diff --git a/cml/domain/reconstruction.py b/cml/domain/reconstruction.py
index 23b77430439bfbc224641ff09c192bdbdf5e9689..6e6cff83793d4a6bccb6b40eaf8b59d458707054 100644
--- a/cml/domain/reconstruction.py
+++ b/cml/domain/reconstruction.py
@@ -1,7 +1,7 @@
 
 
 __all__ = (
-    "Reconstruction"
+    "Reconstructor",
 )