Import

Python hierchachy #

package #

Normally a directory with an init.py file is a package.

module #

One single file in Python is an module.

Python import mechanism #