mirror of
https://github.com/rmontanana/PythonCythonTemplate.git
synced 2025-08-15 23:46:00 +00:00
5 lines
85 B
Python
5 lines
85 B
Python
from testcython.testcython import TestCython
|
|
|
|
test = TestCython()
|
|
test.test_cython()
|