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
-
To give us freedom to do changes to the internal structure of the
sample
module without affecting end-users we need to list all exposed classes in the outermost__init__.py
file.Two examples:
The
Multilayer
class is implemented insample.assemblies.multilayer
should be available by executing:from sample import Multiplayer
Layer
is implemented insample.elementals.layers.layer
should be available by executing:from sample import Layer
This change is started in: #87
Beta Was this translation helpful? Give feedback.
All reactions