mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 00:29:53 +02:00
7 lines
100 B
Python
7 lines
100 B
Python
"""
|
|
Röntgen entry point.
|
|
"""
|
|
from roentgen.main import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|