kqcircuits.util.import_helper
- kqcircuits.util.import_helper.module_from_file(file_path)[source]
Loads a Python module from the given path.
- Parameters:
file_path – Path to a Python file
- Returns:
The module corresponding to the specified Python file
