python3.11-Cython/tests/tutorial.py

6 lines
82 B
Python

import pyximport
pyximport.install()
import helloworld
assert helloworld.works()