textual/docs/examples/app/simple01.py
2022-09-04 20:40:12 +01:00

5 lines
57 B
Python

from textual.app import App
class MyApp(App):
pass