Glossary#
- submodule#
A module that is part of a library or package that is not the main module/entry point. See Submodules.
- subpackage#
A directory within a package containing submodules, along with an
__init__.pyfile.- entry point#
A function serving as the main interface for a module or package, allowing it to be run as a command-line tool or imported as a library.