mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-06 10:09:52 +02:00
4 lines
72 B
Python
4 lines
72 B
Python
from roentgen.mapper import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|