diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-05-17 18:55:39 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-05-24 13:39:34 +0100 |
commit | e545ad7eaf55ac8b7dc7d37c046c541e35cef542 (patch) | |
tree | 2d80aa3d3a420a21478d54d8b51ed69d79eb7115 /python/olm/__init__.py | |
parent | c058554132a0f97e8e8ae3a402605220f8fdaed4 (diff) |
Outbound group session support in the python wrappers
Diffstat (limited to 'python/olm/__init__.py')
-rw-r--r-- | python/olm/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/olm/__init__.py b/python/olm/__init__.py index 5520132..8681d12 100644 --- a/python/olm/__init__.py +++ b/python/olm/__init__.py @@ -1,2 +1,3 @@ from .account import Account from .session import Session +from .outbound_group_session import OutboundGroupSession |