Python
fromRealpython
1 day agoWhat 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.