blob: 67d30991a1d84d19d6225ce768d900f48d49fba1 [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 tuxput import create_app
app = create_app()