from fastapi import APIRouter

from gso.api.v1.imports import router as imports_router

router = APIRouter()

router.include_router(imports_router)