mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 18:27:19 +02:00
6 lines
149 B
Python
6 lines
149 B
Python
from roentgen.osm_getter import main
|
|
from roentgen.mapper import main
|
|
|
|
if __name__ == "__main__":
|
|
# main("2.374,48.843,2.378,48.846")
|
|
main()
|