Vitalis_Devcore / src /core /plugin_base.py
FerrellSyntheticIntelligence
Initial clean commit: Source code only
29cdc9d
class PluginBase:
name = "base"
def on_node(self, node): return node