index
:
shopdb.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wsgi.py
blob: 31b98ac8a3b063006769f61477be5240a264610b (
plain
)
1
2
3
4
5
6
from
shopdb
import
app
app
=
app
.
app
if
__name__
==
"__main__"
:
app
.
run
()