Files
PythonCythonTemplate/test.py
2023-06-22 19:48:06 +02:00

5 lines
85 B
Python

from testcython.testcython import TestCython
test = TestCython()
test.test_cython()