Python, wie man ein Modul mit einem Stringg importiert

import importlib

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