# Re-export FastAPI app for external usages.
from .main import create_app

__all__ = ["create_app"]
