Implemented a first and basic version of a Rete rule engine
This commit is contained in:
@@ -31,6 +31,7 @@ class SheerkaOut(BaseService):
|
||||
if valid_rules:
|
||||
if len(valid_rules) > 1:
|
||||
# TODO manage when too many rules
|
||||
print("TODO: TOO MANY RULES !!!!!")
|
||||
pass
|
||||
|
||||
rule = valid_rules[0]
|
||||
|
||||
Reference in New Issue
Block a user