from textual.app import App class SimpleApp(App): pass if __name__== '__main__': app = SimpleApp() app.run()