Skip to content

Commit

Permalink
added _extensions to init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Ved committed May 7, 2024
1 parent 06230ac commit 6225dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pydatastructs/trees/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
binary_trees,
m_ary_trees,
space_partitioning_trees,
heaps
heaps,
_extensions
)

from .binary_trees import (
Expand Down

0 comments on commit 6225dc8

Please sign in to comment.