foxes.utils.load_module(name, path)[source] Imports a module from a file path Parameters¶ name: strThe name of the module path: strThe path to the python file Returns¶ module:The module object