polyguard-openenv / app /models /graph /__init__.py
TheJackBright's picture
Deploy PolyGuard OpenEnv Space
877add7 verified
"""Graph modeling package."""
from app.models.graph.infer import infer_graph_risk
__all__ = ["infer_graph_risk"]