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