Files
kontor/fastapi/app/models/tysc.py
T
2025-04-17 02:21:14 +02:00

10 lines
116 B
Python

from uuid import UUID
from pydantic import BaseModel
class SportResponse(BaseModel):
id: UUID
name: str