"""
Router endpoints for the <this> module
Exports:
- router: fastapi.APIRouter
from fastapi import APIRouter
router = APIRouter(
tags=[""],
)