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