9.1. What is a Plugin file?ΒΆ

A plugin file is a runtime loaded python script that defines name, execution order of the plugin, and mode execution specifics using variables.

All plugin files must exist in TOOL_PATH/plugins and start with the name plugin_ and end with .py.