more introduction docs

This commit is contained in:
Will McGugan
2022-08-20 10:38:00 +01:00
parent 1a2997aa73
commit 47a3536172
6 changed files with 179 additions and 14 deletions

View File

@@ -28,6 +28,6 @@ class StopwatchApp(App):
self.dark = not self.dark
app = StopwatchApp(css_path="stopwatch02.css")
app = StopwatchApp()
if __name__ == "__main__":
app.run()