mirror of
https://github.com/microsoft/graphrag.git
synced 2025-03-11 01:26:14 +03:00
9 lines
168 B
Python
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")
|