"""WSGI entry point built from the repository source tree.""" from app import create_app application = create_app() app = application