index
:
expensetracker
main
Marc Pervaz Boocha
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
expense
/
__init__.py
blob: eefdbcfca0faf7ebf85aa280eb5b4bdc81fd69a6 (
plain
) (
blame
)
1
2
3
4
5
"""
The Flask app for an expense tracker
"""
from
.app
import
db
,
create_app
,
loginManager