Arthur Passuello
initial commit
5e1a30c
"""Configuration module for graph-based retrieval."""
from .graph_config import GraphConfig
__all__ = ["GraphConfig"]