blob: 67d30991a1d84d19d6225ce768d900f48d49fba1 [file] [log] [blame]
Benjamin Copelandc18d4cc2021-04-28 10:31:18 +01001# 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
4from tuxput import create_app
5app = create_app()