1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class ProcessedContent:
|
||||
title: str
|
||||
body: str
|
||||
processor: str
|
||||
Reference in New Issue
Block a user