1.. _modules: 2 3***************** 4Importing Modules 5***************** 6 7The modules described in this chapter provide new ways to import other Python 8modules and hooks for customizing the import process. 9 10The full list of modules described in this chapter is: 11 12 13.. toctree:: 14 15 zipimport.rst 16 pkgutil.rst 17 modulefinder.rst 18 runpy.rst 19 importlib.rst 20 importlib.metadata.rst 21