python-no-senpai / model.py
shimizukawa's picture
2nd modify
341f67a
raw
history blame
162 Bytes
from dataclasses import dataclass
@dataclass(frozen=True)
class Doc:
project_name: str
id: int
title: str
ctime: int
user: str
url: str