Python Impor nama file yang diberikan sebagai string

mod = __import__(testName)
mod.HelloWorld()
bougui