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"]
|