diff --git a/graph.py b/graph.py new file mode 100644 index 0000000..8fef67d --- /dev/null +++ b/graph.py @@ -0,0 +1,3 @@ +from .src.brief import build_graph + +__all__ = ["build_graph"] \ No newline at end of file