index
:
heroeapi.git
master
Make your Heroes API
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wsgi.py
blob: c7b8cf596381a711d0f98e0178673c6b29788910 (
plain
)
1
2
3
4
5
6
7
"""
wsgi.py
"""
from
main
import
app
if
__name__
==
"__main__"
:
app
.
run
()