blob: 0fbff76c465a0d686d7f512156c2674254e0d7bd [file] [log] [blame]
# When using a flask app factory, this file is required.
# See https://github.com/Miserlou/Zappa/issues/1771
# and https://github.com/Miserlou/Zappa/pull/1775
from tuxpub import create_app
app = create_app()