acd7cf4
1
2
3
4
5
6
7
8
from dataclasses import dataclass @dataclass class Chunk: id : str content: str