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

4 lines
67 B
Python

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