Importação de python do nome da string

import importlib

mod = importlib.import_module(testName)
mod.HelloWorld()
Stupid Sandpiper