index
:
masu
master
web-based personal dashboard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
run.py
blob: f6fe47e26ab62601f7d7dc794aef705cec3118cc (
plain
)
1
2
3
4
5
from
app
import
create_app app
=
create_app
()
if
__name__
==
'__main__'
:
app
.
run
()