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