mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
4 lines
134 B
Cython
4 lines
134 B
Cython
# coding: utf-8
|
|
#cython: embedsignature=True, c_string_encoding=ascii, language_level=2
|
|
include "_packer.pyx"
|
|
include "_unpacker.pyx"
|