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