From 4e1dc9675cb3c441f9fcb1afec4b0a61f8860347 Mon Sep 17 00:00:00 2001 From: WorldTeacher <41587052+WorldTeacher@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:16:39 +0100 Subject: [PATCH] changes to main --- main.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/main.py b/main.py index 90d21cd..4724eba 100644 --- a/main.py +++ b/main.py @@ -1,8 +1,6 @@ from src.logic import userInterface - - - - - +from src.logic.dataclass import Subjects if __name__ == '__main__': - userInterface.launch_gui() \ No newline at end of file + userInterface.launch_gui() + # print(Subjects.get_index("Physik")) + # print(SEMAP_MEDIA_ACCOUNTS) \ No newline at end of file