Importation de python à partir du nom de la chaîne

import importlib

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