mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docs and examples
This commit is contained in:
@@ -16,3 +16,7 @@ class Clock(Widget):
|
||||
class ClockApp(App):
|
||||
def compose(self):
|
||||
yield Clock()
|
||||
|
||||
|
||||
app = ClockApp()
|
||||
app.run()
|
||||
|
||||
Reference in New Issue
Block a user