aboutsummaryrefslogtreecommitdiff
path: root/python/olm/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-05-19 12:01:15 +0100
committerRichard van der Hoff <richard@matrix.org>2016-05-24 13:40:21 +0100
commit846ab858a6dd2e962d3e110147f4274416026f5a (patch)
treefb48cda858d3d5cbeecda87a8a6a2716fe14afbf /python/olm/__init__.py
parentfc4756ddf17f536912a89a4ffcf90a309c236ced (diff)
Python wrapper: support for inbound group sessions
Diffstat (limited to 'python/olm/__init__.py')
-rw-r--r--python/olm/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/olm/__init__.py b/python/olm/__init__.py
index 8681d12..31b29b9 100644
--- a/python/olm/__init__.py
+++ b/python/olm/__init__.py
@@ -1,3 +1,4 @@
from .account import Account
from .session import Session
from .outbound_group_session import OutboundGroupSession
+from .inbound_group_session import InboundGroupSession