File size: 115 Bytes
21c7db9
 
 
 
 
1
2
3
4
5
6
"""Graph modeling package."""

from app.models.graph.infer import infer_graph_risk

__all__ = ["infer_graph_risk"]