6 lines
70 B
Python
6 lines
70 B
Python
|
from map2map.main import main
|
||
|
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|