Major refactoring.

This commit is contained in:
Sergey Vartanov 2020-08-22 10:28:30 +03:00
parent 5c8a49555f
commit 99b88bb341
12 changed files with 393 additions and 57 deletions

6
run.py Normal file
View file

@ -0,0 +1,6 @@
from roentgen.osm_getter import main
from roentgen.mapper import main
if __name__ == "__main__":
# main("2.374,48.843,2.378,48.846")
main()