8 lines
110 B
Python
8 lines
110 B
Python
"""
|
|
Dashboard V1 Routers
|
|
"""
|
|
|
|
from app.dashboard.api.routers.v1.dashboard import router
|
|
|
|
__all__ = ["router"]
|