From 5ab73817371c1b4fedbd98838d3cf28984d73004 Mon Sep 17 00:00:00 2001 From: blendoit Date: Mon, 21 Oct 2019 21:25:52 -0700 Subject: Correct implem. of evaluator.analyze_all & Evaluator declassification --- evaluator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evaluator/__init__.py') diff --git a/evaluator/__init__.py b/evaluator/__init__.py index 6eedafc..a58168b 100644 --- a/evaluator/__init__.py +++ b/evaluator/__init__.py @@ -1 +1 @@ -from .evaluator import Evaluator +from .evaluator import * -- cgit v1.2.3