Files
2026-05-17 10:14:14 -06:00

11 lines
155 B
Python

from __future__ import annotations
from dataclasses import dataclass
@dataclass
class ProcessedContent:
title: str
body: str
processor: str