TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
ci
/
tf-tuxpub-deploy
/
refs/heads/master
/
.
/
zappa_init.py
blob: 0fbff76c465a0d686d7f512156c2674254e0d7bd [
file
] [
log
] [
blame
]
Benjamin Copeland
e41ba75
2020-11-11 12:31:30 +0000
[
diff
] [
blame
]
1
# When using a flask app factory, this file is required.
2
# See https://github.com/Miserlou/Zappa/issues/1771
3
# and https://github.com/Miserlou/Zappa/pull/1775
4
from
tuxpub
import
create_app
5
app
=
create_app
()