Packaging a single module in Python
Are you tired of endless __init__.py
in your code?
At recent code review my colleague pointed out to a lot of code inside __init__.py
. I looked at those things with fresh eye and found, that many things I…