This commit is contained in:
WorldTeacher
2024-06-28 10:14:07 +02:00
parent 1b14d09bf0
commit 6fa3e18f22
10 changed files with 109 additions and 66 deletions

View File

@@ -1,6 +1,7 @@
__version__ = "0.1.0"
__version__ = "1.0.0"
__author__ = "Alexander Kirchner"
from .logic.log import MyLogger
from .utils.icon import Icon
from .ui.userInterface import launch_gui as UI