inline docs

This commit is contained in:
Will McGugan
2024-03-30 13:21:29 +00:00
parent 0e20fa09c0
commit cc19158a9a
6 changed files with 112 additions and 1 deletions

View File

@@ -28,4 +28,4 @@ class ClockApp(App):
if __name__ == "__main__":
app = ClockApp()
app.run()
app.run(inline=True)