myrmidon / python /scripts /test_import_beta.py
tek Atrust
chore(deploy): build monolithic server for Hugging Face
d5ef46f
Raw
History Blame Contribute Delete
181 Bytes
from pydantic_graph import Graph
from pydantic_graph.beta import GraphBuilder
print("v1 Graph is imported:", bool(Graph))
print("v2 GraphBuilder is imported:", bool(GraphBuilder))