""" Main FastAPI application entry point. """ from app.core.app import create_app app = create_app()