simplified cli and gui app

This commit is contained in:
2022-05-17 11:13:32 +02:00
parent 1464b32e2d
commit 4b7529d5b7
11 changed files with 86 additions and 110 deletions

View File

@ -0,0 +1,6 @@
SW_NAME = "eive"
VERSION_MAJOR = 1
VERSION_MINOR = 9
VERSION_SUBMINOR = 0
__version__ = "1.9.0"