diff --git a/tui_standalone.py b/tui_standalone.py index b1cde2e..4bf50cc 100644 --- a/tui_standalone.py +++ b/tui_standalone.py @@ -15,7 +15,6 @@ Verwendung: from tui.app import MCMApp -app = MCMApp() - -if __name__ == "__main__": - app.run() +# textual serve erwartet eine Klasse oder Factory-Funktion, +# keine bereits instanziierte App. +app = MCMApp