修改文件名

This commit is contained in:
yezian 2024-07-22 19:30:48 +08:00
parent 0bdf0f11ec
commit 3cbce94916
2 changed files with 0 additions and 4 deletions

View File

4
run.py
View File

@ -1,4 +0,0 @@
from api import app
if __name__ == "__main__":
app.run(host="0.0.0.0", port=9999)