File size: 271 Bytes
aeacc04
 
 
5655f74
aeacc04
5655f74
1
2
3
4
5
6
7
from .jds import router as jds_router
from .candidates import router as candidates_router
from .matching import router as matching_router
from .sessions import router as sessions_router

__all__ = ["jds_router", "candidates_router", "matching_router", "sessions_router"]