parent
0b5388be5b
commit
da52d06fa8
|
|
@ -905,7 +905,7 @@ def common_extraction(**kwargs) -> dict | None:
|
||||||
return extraction
|
return extraction
|
||||||
|
|
||||||
|
|
||||||
# 规则模型初始化
|
# 初始化规则引擎
|
||||||
def decision(rules_path: Path) -> ZenDecision:
|
def decision(rules_path: Path) -> ZenDecision:
|
||||||
def loader(path):
|
def loader(path):
|
||||||
with open(path, "r", encoding="utf-8") as file:
|
with open(path, "r", encoding="utf-8") as file:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue