mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 09:13:23 +08:00
5 lines
134 B
Cython
5 lines
134 B
Cython
# coding: utf-8
|
|
#cython: embedsignature=True, c_string_encoding=ascii, language_level=3
|
|
include "_packer.pyx"
|
|
include "_unpacker.pyx"
|