dfg_3dviewer_drupal_module/scripts/CityGML2OBJv2/config.py
2026-06-25 09:09:16 +02:00

7 lines
No EOL
127 B
Python

def setVersion(version):
global VERSION
VERSION = version
print(f"version: {VERSION}")
def getVersion():
return VERSION