Snippets tagged “module-namespace”
1 snippet uses this tag.
- What is __init__.py for?Python
__init__.py is a special Python file that is used to indicate that the directory it is present in is a Python package.
1 snippet uses this tag.
__init__.py is a special Python file that is used to indicate that the directory it is present in is a Python package.