index
:
suspect-devices/bartender
main
Bartender is a server of wsgi for building sites in response to a webhook
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
whiskey
/
wsgi.py
blob: f9c8563b569fe0eecf7789d124214a48fadb52da (
plain
)
1
2
3
4
from
drink
import
app
if
__name__
==
"__main__"
:
app
.
run
()