summaryrefslogtreecommitdiff
path: root/ml_exp/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ml_exp/__init__.py')
-rw-r--r--ml_exp/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ml_exp/__init__.py b/ml_exp/__init__.py
index e9dd83eae..d685e7ccc 100644
--- a/ml_exp/__init__.py
+++ b/ml_exp/__init__.py
@@ -25,8 +25,6 @@ from ml_exp.representations import coulomb_matrix, lennard_jones_matrix,\
first_neighbor_matrix, adjacency_matrix, check_bond, bag_of_stuff
from ml_exp.math import cholesky_solve
-# If somebody does "from package import *", this is what they will
-# be able to access:
__all__ = ['Compound',
'coulomb_matrix',
'lennard_jones_matrix',