diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-05-23 18:03:32 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-05-23 18:03:32 +0100 |
commit | ea130cae0db3d68a49ae2059b2568eb8504e84b6 (patch) | |
tree | cda9cb4f02373c2babcadb65b99564d7599512ba /python/olm/__init__.py | |
parent | aacf1154684885d244182eb9cd68e429d72ee57a (diff) | |
parent | 7ccaae564aa0d62aecd50e0cd05cc11af58b2d25 (diff) |
Merge branch 'rav/refactor_python_wrappers'
Diffstat (limited to 'python/olm/__init__.py')
-rw-r--r-- | python/olm/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/olm/__init__.py b/python/olm/__init__.py new file mode 100644 index 0000000..5520132 --- /dev/null +++ b/python/olm/__init__.py @@ -0,0 +1,2 @@ +from .account import Account +from .session import Session |