From 7ccaae564aa0d62aecd50e0cd05cc11af58b2d25 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 10 May 2016 09:14:29 +0100 Subject: Refactor python wrappers Split the python wrappers into separate modules --- python/olm/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/olm/__init__.py (limited to 'python/olm/__init__.py') 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 -- cgit v1.2.3