Describe the refactoring action
Remove the init.py file from the averbis namespace.
Expected benefit
That will allow us to also publish other libraries under the averbis namespace.
Downside
Imports using the current from averbis import XXX will need to be rewritten to from averbis.core import XXX.