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