Remove intro01.py

It doesn't appear to be referenced anywhere in the docs.
This commit is contained in:
Dave Pearson
2022-10-19 15:12:11 +01:00
parent f8bda04d90
commit bd0e1c01b1

View File

@@ -1,9 +0,0 @@
from textual.app import App
class ExampleApp(App):
pass
app = ExampleApp()
app.run()