map-machine/run.py
2020-08-23 11:15:51 +03:00

4 lines
72 B
Python

from roentgen.mapper import main
if __name__ == "__main__":
main()