map2map/m2m.py
Yin Li 8a3cd1843d Move the executable script to the right place
so that calling it runs the local map2map
2021-05-18 13:29:13 -04:00

6 lines
70 B
Python

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