#__init__py

[ follow ]
Python
fromRealpython
2 weeks 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.
#python
[ Load more ]