Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow all nodes/modules of a package to be loaded #42

Open
Oberacda opened this issue Dec 18, 2023 · 1 comment
Open

Allow all nodes/modules of a package to be loaded #42

Oberacda opened this issue Dec 18, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers Medium Priority
Milestone

Comments

@Oberacda
Copy link
Contributor

Feature Request

Description

Right now, we only support loading specific modules; we should also allow the loading of all nodes/modules of a package.
Additionally, loading only a specific node of a module should probably be supported as well.

@Oberacda Oberacda added enhancement New feature or request good first issue Good for newcomers Core Library Issues concerning the core BT library. Medium Priority labels Dec 18, 2023
@Oberacda
Copy link
Contributor Author

This can easily be archived by defining a package with hierarchical __init__.py files that import submodules. We should document this to make it easier for people.

@Oberacda Oberacda added documentation Improvements or additions to documentation and removed enhancement New feature or request Core Library Issues concerning the core BT library. labels Jul 25, 2024
@Oberacda Oberacda added this to the Documentation milestone Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers Medium Priority
Projects
None yet
Development

No branches or pull requests

1 participant