mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:50:55 +08:00
7 lines
146 B
Cython
7 lines
146 B
Cython
# cython: profile=False
|
|
# distutils: language = c++
|
|
# cython: embedsignature = True
|
|
# cython: language_level = 3
|
|
|
|
include "includes/transfer.pxi"
|