mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 15:42:25 +02:00
8 lines
106 B
Python
8 lines
106 B
Python
"""LangGraph CLI Installer package."""
|
|
|
|
__version__ = "0.1.0"
|
|
|
|
from .main import main
|
|
|
|
__all__ = ["main"]
|