add_plugin
Adds a plugin to the algorithm.
Syntax
Fields
Description
plugin(Plugin)
The plugin to add to the algorithm.
def add_plugin(
self: Self@Algorithm,
plugin: Plugin
)
The plugin should be a class that inherits from the Plugin
class.