from fastapi import APIRouter
router = APIRouter(
prefix="/amenity_ticket",
tags=['amenity_ticket']
)