trigger.core.dynamic_import

Module for dynamic Imports THIS MODULE IS IMPORTANT FOR actions.script.py

Functions

dynamic_import(file_path)

Temporarily import modules from a given path.

Module Contents

dynamic_import(file_path)

Temporarily import modules from a given path. Imported modules live ONLY IN GIVEN SCOPE not globally Args:

file_path: (String) Path for python module

Returns: <module>