摘要: # Calculate.py class Calculate: def add(self, x, y): return x + y # setup.py from setuptools import setup from Cython.Build import cythonize setup( na 阅读全文
posted @ 2025-04-18 09:42 dilex 阅读(19) 评论(0) 推荐(0)