5 lines
145 B
Python
5 lines
145 B
Python
|
|
"""Package transforms: pipeline di pulizia strutturale per Markdown RAG."""
|
||
|
|
from ._apply import apply_transforms
|
||
|
|
|
||
|
|
__all__ = ["apply_transforms"]
|