gdal/main.py

8 lines
115 B
Python
Raw Normal View History

2021-01-17 20:05:01 +08:00
if __name__ == "__main__":
2021-01-17 20:47:09 +08:00
import transformer.exporter as exporter
exporter.main()
2021-01-17 20:05:01 +08:00
print("PyCharm")