#packages

[ follow ]
fromRealpython
1 week ago

What Is Python's __init__.py For? - Real Python

The special file __init__.py serves as a marker to indicate that its containing directory is a regular package. When people talk about a package in Python, they generally mean a regular package.
Python
[ Load more ]