Skip to content

Move code out of __init__ files #102

@vancauwe

Description

@vancauwe

Currently, __init__ files are used to avoid depth in module loading, hence contain entire class definitions and other components. Having them under init files reduced the readability of the code and could be improved.

A PR needs to work on balancing depth and readability of code, with the end goal of avoiding chained imports and removing code from init files.

Metadata

Metadata

Labels

enhancementNew feature or requestinvalidThis doesn't seem right

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions