import dmp from .app import get_app # Set up the application dmp.setup() # Get FastAPI application instance app = get_app()