From 2aec893e2326473d3f21f8b1bdf8ec3a5d216c34 Mon Sep 17 00:00:00 2001
From: dmt <>
Date: Fri, 18 Oct 2019 23:11:35 +0200
Subject: [PATCH] Add logger attribute to reconstructor.

---
 cml/domain/reconstruction.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cml/domain/reconstruction.py b/cml/domain/reconstruction.py
index 6e6cff8..c114b82 100644
--- a/cml/domain/reconstruction.py
+++ b/cml/domain/reconstruction.py
@@ -6,4 +6,5 @@ __all__ = (
 
 
 class Reconstructor:
-    pass
+    def __init__(self):
+        self.logger = None
-- 
GitLab