This website requires JavaScript.
Explore
Help
Sign In
facat
/
gdal
Watch
1
Star
0
Fork
You've already forked gdal
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b7a88f3ebb
gdal
/
main.py
8 lines
115 B
Python
Raw
Normal View
History
Unescape
Escape
完成基本功能。
2021-01-17 20:05:01 +08:00
if
__name__
==
"
__main__
"
:
导出的xml带encoding
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
"
)