Skip to content

Commit

Permalink
Merge pull request #35 from UBC-MDS/fix_folder_structure
Browse files Browse the repository at this point in the history
Fix folder Structure
  • Loading branch information
javiermtzo99 authored Jan 17, 2025
2 parents de591af + e79929a commit 4434ee4
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 4434ee4

Please sign in to comment.