""" Router endpoints for Endpoints: - List: Description - Endpoints: Description """ from fastapi import APIRouter _router = APIRouter( tags=[""], )