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