mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-04 16:33:14 -04:00
fixed version dunder
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# version.py
|
||||
VERSION = "1.0.0"
|
||||
|
||||
def main():
|
||||
# Put your main program code here
|
||||
print(VERSION)
|
||||
|
||||
if __name__ == '__main__':
|
||||
# This code will be executed only when the file is run as the main program
|
||||
main()
|
||||
Reference in New Issue
Block a user