This website requires JavaScript.
Explore
Help
Sign In
pi3c
/
pyproger
Watch
1
Star
0
Fork
You've already forked pyproger
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7c6fc02529
pyproger
/
wsgi.py
7 lines
98 B
Python
Executable File
Raw
Blame
History
from
pyproger
.
app
import
create_app
app
=
create_app
(
)
if
__name__
==
"
__main__
"
:
app
.
run
(
)
Reference in New Issue
View Git Blame
Copy Permalink