mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05: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"
|