Skip to content

Commit b0a5965

Browse files
authored
Update __init__.py
1 parent a98308d commit b0a5965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/graphs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from . import graph
44
from .graph import (
5-
Graph
5+
Graph, yt
66
)
77
__all__.extend(graph.__all__)
88

0 commit comments

Comments
 (0)