mirror of
https://github.com/HyPnoTiiK/stream-fusion.git
synced 2026-07-28 23:12:46 +00:00
4 lines
110 B
Python
4 lines
110 B
Python
"""Routes for swagger and redoc."""
|
|
from stream_fusion.web.api.docs.views import router
|
|
|
|
__all__ = ["router"]
|