"""
Router endpoints for the contact module
from fastapi import APIRouter
router = APIRouter(
prefix="/contact",
tags=["contact"],
)