From c9e0e86aa642777302ba2f517a082d76e750d00f Mon Sep 17 00:00:00 2001 From: Alberto Cetoli Date: Sun, 4 Aug 2024 15:02:16 +0100 Subject: [PATCH] renamed dataclasses to dataobjects --- setup.py | 2 +- todo.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 1cfcc52..1cf54b5 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "wafl.connectors.clients", "wafl.connectors.factories", "wafl.connectors.remote", - "wafl.dataclasses", + "wafl.data_objects", "wafl.events", "wafl.extractors", "wafl.handlers", diff --git a/todo.txt b/todo.txt index 17ec607..9f93c22 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,6 @@ -* apply entailer to rule retrieval: - if more than one rule is retrieved, then the one - that is entailed by the query should be chosen +/* apply entailer to rule retrieval: +/ if more than one rule is retrieved, then the one +/ that is entailed by the query should be chosen * the answer from the indexed files should be directed from a rule. - facts and rules should live at the highest level of the retrieval