Files
graphrag-microsoft/graphrag/__main__.py
2024-11-15 19:41:10 -05:00

9 lines
168 B
Python

# Copyright (c) 2024 Microsoft Corporation.
# Licensed under the MIT License
"""The GraphRAG package."""
from graphrag.cli.main import app
app(prog_name="graphrag")