aboutsummaryrefslogtreecommitdiff
path: root/gensvm/__init__.py
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2017-10-06 16:44:11 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2017-10-06 16:44:11 +0200
commitba0225b7ab0556b2019935d5f5786863c0a01e6a (patch)
tree42c89e4d5d863f8498c1efa9cd5d25da0e240480 /gensvm/__init__.py
downloadpygensvm-ba0225b7ab0556b2019935d5f5786863c0a01e6a.tar.gz
pygensvm-ba0225b7ab0556b2019935d5f5786863c0a01e6a.zip
initial commit
Diffstat (limited to 'gensvm/__init__.py')
-rw-r--r--gensvm/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gensvm/__init__.py b/gensvm/__init__.py
new file mode 100644
index 0000000..5e1a743
--- /dev/null
+++ b/gensvm/__init__.py
@@ -0,0 +1,3 @@
+__version__ = '0.1.0'
+
+from .models import GenSVM