-
Couldn't load subscription status.
- Fork 98
Open
Labels
good first contributionGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
this would allow to import all classes directly in external code instead of having to know the sub-module where the class of interest is defined. example: With this,
from odxtools.diaglayer import DiagLayercould be replaced by
from odxtools import DiagLayerOn the flipside, this increases the effort required for maintenance, because all classes provided by the project would need to be imported to __init__.py.
Metadata
Metadata
Assignees
Labels
good first contributionGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed