6 lines
82 B
Python
6 lines
82 B
Python
|
import pyximport
|
||
|
pyximport.install()
|
||
|
|
||
|
import helloworld
|
||
|
assert helloworld.works()
|