Dynamic import of packages
Open
enhancement
- Dominant language
- Python
- Stars
- 0
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Depending on what refiner is on in param.py, we can dynamically import the module related to it:
logging.info('Dynamically importing : %s', module_to_import)
imported_lib = importlib.import_module(module_to_import)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.