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
aaf35f2d7a79f503aa74d2e2828a6ff503b2b882
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