A package is a collection of Python modules, i.e., a package is a directory of Python modules containing and subdirectory an additional init.py file. The init.py distinguishes a package from a directory that just happens to contain a bunch of Python scripts.
...
https://www.youtube.com/watch?v=jUv0VqA5GFY