mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-29 08:56:27 +02:00
Rename Röntgen to Map Machine.
This commit is contained in:
parent
38c4e00de3
commit
2bd89a6539
57 changed files with 252 additions and 236 deletions
7
map_machine/__main__.py
Normal file
7
map_machine/__main__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
"""
|
||||
Map Machine entry point.
|
||||
"""
|
||||
from map_machine.main import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue