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