kenken999's picture
test
cf75111
raw
history blame
89 Bytes
from dataclasses import dataclass
@dataclass
class Page:
title: str
content: str