"""FastAPI service layer (SF-09).""" from api.main import create_app, app __all__ = ["create_app", "app"]