diff options
Diffstat (limited to 'msgpack/_cmsgpack.pyx')
-rw-r--r-- | msgpack/_cmsgpack.pyx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/msgpack/_cmsgpack.pyx b/msgpack/_cmsgpack.pyx new file mode 100644 index 0000000..a48d5b5 --- /dev/null +++ b/msgpack/_cmsgpack.pyx @@ -0,0 +1,4 @@ +# coding: utf-8 +#cython: embedsignature=True, c_string_encoding=ascii, language_level=2 +include "_packer.pyx" +include "_unpacker.pyx" |