Initial commit
This commit is contained in:
commit
a437c068c8
64 changed files with 561683 additions and 0 deletions
7
scripts/CityGML2OBJv2/config.py
Normal file
7
scripts/CityGML2OBJv2/config.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
def setVersion(version):
|
||||
global VERSION
|
||||
VERSION = version
|
||||
print(f"version: {VERSION}")
|
||||
|
||||
def getVersion():
|
||||
return VERSION
|
||||
Loading…
Add table
Add a link
Reference in a new issue