Import a python file as a module.
filepath (str) – Path to Python file.
str
Loaded module.
ModuleType
import_python_file()