Add graph.py

This commit is contained in:
2026-06-05 12:37:26 +00:00
parent 56c47682e8
commit 1343164aa5
+3
View File
@@ -0,0 +1,3 @@
from .src.brief import build_graph
__all__ = ["build_graph"]