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
3405e0c6bb755e135ea6ecff24e13d429f44f218
chisup
/
run.py
T
9 lines
91 B
Python
Raw
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