Created
January 3, 2025 03:46
-
-
Save fermat39/8df72f2d6fab0b93e1bbdb070632e392 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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