fix for simple app case

This commit is contained in:
Will McGugan
2022-06-01 18:00:25 +01:00
parent 059ff45392
commit 57dec90cc4
8 changed files with 28 additions and 28 deletions

View File

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