docs plugin

This commit is contained in:
Will McGugan
2022-05-23 15:47:55 +01:00
parent 7101b416c7
commit d1235e0d97
21 changed files with 286 additions and 235 deletions

View File

@@ -158,11 +158,7 @@ class BasicApp(App):
tweet_body.refresh(layout=True)
app = BasicApp(
css_path="basic.css",
watch_css=True,
log_path="textual.log",
)
app = BasicApp(css_path="basic.css")
if __name__ == "__main__":
app.run()

3
sandbox/simplest.py Normal file
View File

@@ -0,0 +1,3 @@
from textual.app import App
app = App()