map2map/scripts/m2m.py
2019-11-30 16:31:10 -05:00

6 lines
70 B
Python

from map2map.main import main
if __name__ == '__main__':
main()