Skip to content

Remove the __init__.py file from the averbis package #170

@rec-averbis

Description

@rec-averbis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions