Skip to content

Commit 60c778f

Browse files
author
Oliver Scott
committed
Add make_bipartite_graph to utils __init__.py
1 parent f889cf4 commit 60c778f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scaffoldgraph/utils/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
from .misc import canonize_smiles, summary
66
from .aggregate import aggregate
7+
from .bipartite import make_bipartite_graph
78
from .logging import suppress_rdlogger
89

910
__all__ = [
1011
'canonize_smiles',
1112
'aggregate',
1213
'summary',
14+
'make_bipartite_graph',
1315
'suppress_rdlogger',
1416
]

0 commit comments

Comments
 (0)