6 lines
210 B
Python
6 lines
210 B
Python
from src.logic import userInterface
|
|
from src.logic.dataclass import Subjects
|
|
if __name__ == '__main__':
|
|
userInterface.launch_gui()
|
|
# print(Subjects.get_index("Physik"))
|
|
# print(SEMAP_MEDIA_ACCOUNTS) |