mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-04-14 06:50:20 +00:00
Add msgpack.version as version tuple.
This commit is contained in:
parent
039542ebcb
commit
50ffd2c489
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