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