Skip to content

Commit

Permalink
Fix folder Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
javiermtzo99 committed Jan 17, 2025
1 parent d7e9040 commit e79929a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datastructpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Import key submodules or classes for easy access
from .node import Node
from .non_linear.trees.binary_search_trees import BinarySearchTree
from non_linear.trees.binary_search_trees import BinarySearchTree

# Define the public API of the package
__all__ = [
Expand Down

0 comments on commit e79929a

Please sign in to comment.