update file
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-07-10 12:54:22 +08:00
parent e86cd394c5
commit 5b6090e88d
6 changed files with 36 additions and 14 deletions

4
app.py Normal file
View File

@@ -0,0 +1,4 @@
from apiflask import APIFlask
app = APIFlask(__name__)
app.run()