feat: 新增技能扩展N15一章相关示例源码
This commit is contained in:
9
code/newsletter/N15/01_basic_app.py
Normal file
9
code/newsletter/N15/01_basic_app.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from textual.app import App
|
||||
|
||||
|
||||
class SimpleApp(App):
|
||||
pass
|
||||
|
||||
if __name__== '__main__':
|
||||
app = SimpleApp()
|
||||
app.run()
|
||||
Reference in New Issue
Block a user