импорт питона из названия строки

import importlib

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