Skip to content

Commit a415f33

Browse files
committed
fix: Triggers initilization in Modules
1 parent 8e0fd76 commit a415f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/abi/utils/Module.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class IModule(ABC):
2727
def __init__(self, module_path: str, module_import_path: str):
2828
self.module_path = module_path
2929
self.module_import_path = module_import_path
30+
self.triggers = []
3031

3132
self.agents = []
3233

0 commit comments

Comments
 (0)