Files
prod-end-2026/backend/app/api/pipelines/__init__.py
T
2026-03-17 18:32:44 +03:00

4 lines
66 B
Python

from app.api.pipelines.router import router
__all__ = ["router"]