8b0ae10 98f12d5
1
2
3
4
5
6
import importlib def dynamic_import(module): return importlib.import_module(module, package=__package__)