Description
Import paths can be extended programmatically for Python scripts and tools that load modules from custom locations. Developers use this utility in controlled environments. Changing import paths can load unexpected code, so paths should be trusted and explicit.