End-users should fetch contained classes directly from sample #89
andped10
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To give us freedom to do changes to the internal structure of the
samplemodule without affecting end-users we need to list all exposed classes in the outermost__init__.pyfile.Two examples:
The
Multilayerclass is implemented insample.assemblies.multilayershould be available by executing:from sample import MultiplayerLayeris implemented insample.elementals.layers.layershould be available by executing:from sample import LayerThis change is started in: #87
Beta Was this translation helpful? Give feedback.
All reactions