mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 06:35:46 +02:00
5 lines
68 B
Python
5 lines
68 B
Python
from .entrypoint import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|