Files
kontor/kontor-api/src/models/tysc.py
T
2025-04-25 01:19:14 +02:00

9 lines
115 B
Python

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