Python -Import vom String -Namen

import importlib

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