summaryrefslogtreecommitdiff
path: root/ot/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/__init__.py')
-rw-r--r--ot/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ot/__init__.py b/ot/__init__.py
new file mode 100644
index 0000000..d0ab3f7
--- /dev/null
+++ b/ot/__init__.py
@@ -0,0 +1,6 @@
+
+
+from emd import emd
+
+
+__all__ = ["emd"]