ama-autism / models /paper.py
wakeupmh's picture
refactor: structure
3af593c
raw
history blame
214 Bytes
from dataclasses import dataclass
@dataclass
class Paper:
title: str
abstract: str
url: str
published: str
relevance_score: float
source: str = "unknown" # Track where the paper came from