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