Import Pythona z nazwy ciągu

import importlib

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