python3.11-Cython/tests/tutorial.py
Honza Horak e2472ebd6d Replace whole repo with latest content from branch rhel-8.8.0
Content corresponds with RHEL dist-git commit c1b5596
2023-05-15 16:41:31 +02:00

6 lines
82 B
Python

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