summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-24 10:28:21 +0200
committerRémi Flamary <remi.flamary@gmail.com>2016-10-24 10:28:21 +0200
commitb9ae39adae1d1a16f6bfb79e73c0d67d3157e1de (patch)
treeeee92564b9c7b02eca07b7a5a6e741245e70e5e5 /ot/__init__.py
parent89999e07871f82bd1738750b5bbcd97fae9ea4b2 (diff)
update demo and add plot module
Diffstat (limited to 'ot/__init__.py')
-rw-r--r--ot/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
index 14c6181..fe55771 100644
--- a/ot/__init__.py
+++ b/ot/__init__.py
@@ -2,6 +2,8 @@
# utils submodules
import utils
import datasets
+import plot
+
# Ot functions
from emd import emd