From 5e82dedea4c56eafc1bba4f3ec8677b15f51c03f Mon Sep 17 00:00:00 2001 From: blendoit Date: Sun, 20 Oct 2019 19:33:53 -0700 Subject: Commence declassification of Evaluator Pointless to have a separate object for the Evaluator when a collection of evaluator.py methods does the trick. --- evaluator/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 evaluator/__init__.py (limited to 'evaluator/__init__.py') diff --git a/evaluator/__init__.py b/evaluator/__init__.py new file mode 100644 index 0000000..6eedafc --- /dev/null +++ b/evaluator/__init__.py @@ -0,0 +1 @@ +from .evaluator import Evaluator -- cgit v1.2.3