"""Admin REST API.""" from .router import create_router as create_api_router __all__ = ["create_api_router"]