pdc_web.py 186 Bytes Edit Raw Blame History 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()