index
:
python-api-server
ci
master
a small flask-application for storing and downloading stuff like small binaries
mg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wsgi.py
blob: 08f9dd16316ca630edef7f3ff4a04d7affe1668c (
plain
)
1
2
3
4
from
app
import
app
if
__name__
==
'__main__'
:
app
.
run
()