python como importar um módulo dado um stringg

import importlib

i = importlib.import_module("matplotlib.text")
Spotless Sloth