kenken999's picture
update
b97a3a5
raw
history blame
98 Bytes
from dataclasses import dataclass
@dataclass
class User:
id: int
name: str
email: str