impor python dari nama string

import importlib

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