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