What is a package?
Modules, packages, and imports
Audio flashcard · 0:15Nortren·
What is a package?
0:15
A package is a directory containing Python modules and a special init dot py file, which marks the directory as a package. Packages can contain subpackages, forming a hierarchy. Since Python 3.3, namespace packages without an init file are also supported.
docs.python.org