mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 18:27:19 +02:00
8 lines
101 B
Python
8 lines
101 B
Python
"""
|
|
Röntgen entry point.
|
|
"""
|
|
from roentgen.main import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|