from fastapi import APIRouter from . import abspacken router = APIRouter(prefix="/api") router.include_router(abspacken.router)