__init__.py (required)¶
The __init__.py file is required for python packages, and is the entry point for the package.
An empty file will do, and each subpackage (including test subpackages) should have one too to avoid import issues.
The __init__.py file is required for python packages, and is the entry point for the package.
An empty file will do, and each subpackage (including test subpackages) should have one too to avoid import issues.