Tips
Last updated
Was this helpful?
Last updated
Was this helpful?
python verions
Python 3.3+ has Implicit Namespace Packages that allow it to create a packages without an __init__.py
file.
Allowing implicit namespace packages means that the requirement to provide an
__init__.py
file can be dropped completely, and affected ... .
The old way with __init__.py
files still works as in Python 2.
but when you make pip package via setup.py *you must make __init__.py