SurfSense/surfsense_backend/app/podcasts/api/__init__.py

8 lines
128 B
Python
Raw Normal View History

"""HTTP API for the podcast lifecycle."""
2026-06-10 18:44:03 +02:00
from __future__ import annotations
from .routes import router
__all__ = ["router"]