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