You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678 |
- '''--------------------------------------------------------------------------------------------------
- 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()
|