"""Shim for `uvicorn app:app` (Docker / local one-liners).""" from server.app import app __all__ = ["app"]