impor python dari string

import importlib

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