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