mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
5 lines
116 B
Cython
5 lines
116 B
Cython
![]() |
# coding: utf-8
|
||
|
#cython: embedsignature=True, c_string_encoding=ascii
|
||
|
include "_packer.pyx"
|
||
|
include "_unpacker.pyx"
|