File size: 119 Bytes
5e1a30c
 
 
 
 
1
2
3
4
5
"""Configuration module for graph-based retrieval."""

from .graph_config import GraphConfig

__all__ = ["GraphConfig"]