from textual.app import App class ExampleApp(App): pass app = ExampleApp()