foxes.utils.load_module(name, path)[source]

Imports a module from file path

Parameters

name: str

The name of the module

path: str

The path to the python file

Returns

module:

The module object