Files
rag-from-scratch/conversione/_pipeline/transforms/__init__.py
T
2026-04-30 15:26:52 +02:00

5 lines
145 B
Python

"""Package transforms: pipeline di pulizia strutturale per Markdown RAG."""
from ._apply import apply_transforms
__all__ = ["apply_transforms"]