Blame view

pdc_web.py 186 Bytes
3122f2f8   hitier   Running mode 1: f...
1
2
3
4
5
6
7
8
9
10
11
#
# Flask app wrapper
#
from app import create_app


#
# Use app factory with configuration set by FLASK_ENV
# see app/__init_.py/create_app() for more details.
#
pdc_app = create_app()