# Copyright (c) 2024 Microsoft Corporation. # Licensed under the MIT License """The GraphRAG config module.""" from graphrag_common.config.load_config import ConfigParsingError, load_config __all__ = ["ConfigParsingError", "load_config"]