blob: 0fbff76c465a0d686d7f512156c2674254e0d7bd [file] [log] [blame]
Benjamin Copelande41ba752020-11-11 12:31:30 +00001# 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 tuxpub import create_app
5app = create_app()