We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0fd76 commit a415f33Copy full SHA for a415f33
lib/abi/utils/Module.py
@@ -27,6 +27,7 @@ class IModule(ABC):
27
def __init__(self, module_path: str, module_import_path: str):
28
self.module_path = module_path
29
self.module_import_path = module_import_path
30
+ self.triggers = []
31
32
self.agents = []
33
0 commit comments