from .admins import router as general_router from .ads import router as ads_router routers = [general_router, ads_router]