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() |