2025-03-25 14:16:49 -05:00

9 lines
115 B
Python

from pydantic import BaseModel
class User(BaseModel):
id: int
username: str
nombre: str
rol: str