Skip to content

Add missing __init__.py file in plugins/ #19

@jorgepiloto

Description

@jorgepiloto

🐞 Problem

This sub-pacakge is not intended to be imported by users and thus, no __init__.py file lives in it.

However, from the point of view of Python package, any sub-package requires to have an __init__.py file to be defined as "sub-package". Also, for documentation purposes, the automated doc-tools need a "healthy" package layout to be able to generate documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions