CoolBotDataSys/api/routes/__init__.py

5 lines
188 B
Python

from .collections import router as collections_router
from .prices import router as prices_router
from .health import router as health_router
from .yichens import router as yichens_router