mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Make msgpack package instead of module.
This commit is contained in:
parent
a1fb1507d4
commit
3a9f74e79c
7 changed files with 9 additions and 3442 deletions
3
python/msgpack/__init__.py
Normal file
3
python/msgpack/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# coding: utf-8
|
||||
from _msgpack import *
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue