4 lines
78 B
Python
4 lines
78 B
Python
|
|
import operbool
|
||
|
|
if operbool.Test():
|
||
|
|
raise RuntimeError("operbool failed")
|