mirror of
https://github.com/vale981/ray
synced 2025-03-09 04:46:38 -04:00
6 lines
146 B
Cython
6 lines
146 B
Cython
# cython: profile=False
|
|
# distutils: language = c++
|
|
# cython: embedsignature = True
|
|
# cython: language_level = 3
|
|
|
|
include "includes/transfer.pxi"
|