Move the executable script to the right place

so that calling it runs the local map2map
This commit is contained in:
Yin Li 2021-05-12 15:43:41 -04:00
parent 413221af7b
commit 8a3cd1843d
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +0,0 @@
from map2map.main import main
if __name__ == '__main__':
main()