Table of Contents
imp
importlib
importlib.import_module()
imputil
zipimport
pkgutil
modulefinder
runpy
importlib.
import_module
Import a module.
The ‘package’ argument is required when performing a relative import. It specifies the package to use as the anchor point from which to resolve the relative import to an absolute import.