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