hc99's picture
Add files using upload-large-folder tool
5b76e0f verified
from textual.app import App
class ExampleApp(App):
pass
app = ExampleApp()
app.run()