from .common import router as common_router from .prehandling import router as prehandling_router routers = [prehandling_router, common_router]