This website requires JavaScript.
Explore
Help
Register
Sign In
nc
/
chisup
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
chisup
/
run.py
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
9 lines
91 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
feat: initialize flask app skeleton
2026-07-04 23:20:40 +08:00
from
app
import
create_app
app
=
create_app
()
if
__name__
==
"__main__"
:
app
.
run
()
Reference in New Issue
Copy Permalink