"""HTTP API for the podcast lifecycle."""
from __future__ import annotations
from .routes import router
__all__ = ["router"]