#python-packages

[ follow ]
Python
fromRealpython
1 day ago

What Does Python's __init__.py Do? - Real Python

The __init__.py file marks directories as regular Python packages, runs automatically on first import, and enables control over package namespace and public API definition.
[ Load more ]