Skip to content

Instantly share code, notes, and snippets.

@fermat39
Created January 3, 2025 03:46
Show Gist options
  • Save fermat39/8df72f2d6fab0b93e1bbdb070632e392 to your computer and use it in GitHub Desktop.
Save fermat39/8df72f2d6fab0b93e1bbdb070632e392 to your computer and use it in GitHub Desktop.
from textual.app import App
class MyApp(App):
pass
if __name__ == "__main__":
app = MyApp()
app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment