from fastapi import APIRouter router = APIRouter(prefix="/api/backups", tags=["backups"]) # Will be implemented in later tasks