2022-07-12 08:01:52 +02:00

9 lines
333 B
Python

'''--------------------------------------------------------------------------------------------------
In dem File wird eine Instany des Controllers erstellt. Der Controller ist die Schnittstelle
zwischen GUI und Modell und koordiniert den Ablauf und die Erstellung der GUI
'''
from UIController import *
controller = Controller()