We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1eeee4 commit bccbf6cCopy full SHA for bccbf6c
tarantool/msgpack_ext/__init__.py
@@ -0,0 +1,4 @@
1
+# Python 3.6 compatibility
2
+import tarantool.msgpack_ext.types as types
3
+
4
+__all__ = ['types']
0 commit comments