ovdashboard/api/ovdashboard_api/routers/__init__.py

5 lines
68 B
Python

from .v1 import router as v1_router
__all__ = [
"v1_router",
]