mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-16 21:05:20 +02:00
7 lines
128 B
Python
7 lines
128 B
Python
"""HTTP API for the podcast lifecycle."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from .routes import router
|
|
|
|
__all__ = ["router"]
|