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

Start to use __init__.py in main package folder #6

Open
eepeterson opened this issue Sep 21, 2023 · 0 comments
Open

Start to use __init__.py in main package folder #6

eepeterson opened this issue Sep 21, 2023 · 0 comments

Comments

@eepeterson
Copy link
Collaborator

eepeterson commented Sep 21, 2023

init.py is sort of the entry point for package import. This is where we can control how/what stuff gets imported from other areas of the package. If your feature is small enough, you can add from fusion_toolbox.mymodule import * it would also be good to put the version of the project there with __version__ = 0.1.0

Generally unless the feature is extensive and warrants it's own subpackage, modules can be placed directly within the package fusion-toolbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant