docs and examples

This commit is contained in:
Will McGugan
2022-06-03 15:51:19 +01:00
parent 0edd0e52ec
commit c9eb3afba4
13 changed files with 174 additions and 179 deletions

View File

@@ -16,3 +16,7 @@ class Clock(Widget):
class ClockApp(App):
def compose(self):
yield Clock()
app = ClockApp()
app.run()