zackxconti / bnmetamodel_gh

Repo for bnmetamodel lib version for Lab Mouse Grasshopper plug-in.
1 stars 2 forks source link

Add subpackages to __init__ file #5

Open kallewesterling opened 1 year ago

kallewesterling commented 1 year ago

The module is currently divided up into submodules, which makes it complicated to import from the package.

Suggested solution

The main classes should be imported into the __init__ file, which makes it easier to import X from bnmetamodel_gh.

Risks

Test for circular imports. Trickier one than one might envision!