mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Add msgpack.version as version tuple.
This commit is contained in:
parent
8d0d2bd3fc
commit
8fa64e3ab2
4 changed files with 14 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# coding: utf-8
|
||||
from msgpack.__version__ import *
|
||||
from msgpack._msgpack import *
|
||||
|
||||
# alias for compatibility to simplejson/marshal/pickle.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue