This commit is contained in:
2025-07-29 10:37:06 +08:00
parent 6d7da71eda
commit 8131c17258
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from distutils.core import setup
from Cython.Build import cythonize
setup(ext_modules=cythonize("example.pyx"))