formatting

This commit is contained in:
Will McGugan
2021-10-29 17:29:43 +01:00
parent ff0dd3e4fc
commit d8728fddc0
9 changed files with 182 additions and 60 deletions

View File

@@ -28,4 +28,4 @@ class BasicApp(App):
await self.view.mount(widget1=Placeholder(), widget2=Placeholder())
SmoothApp.run(log="textual.log")
BasicApp.run(log="textual.log")