Most of the __ init__.py of a project I work on (python 3.7) are empty but some have code in it.
I am in charge of refactoring.
Should I move the code out of the __ init__.pys as much as possible ?
Most of the __ init__.py of a project I work on (python 3.7) are empty but some have code in it.
I am in charge of refactoring.
Should I move the code out of the __ init__.pys as much as possible ?