5 lines
72 B
Python
5 lines
72 B
Python
from extend_variable import *
|
|
|
|
if Foo.Bar != 42:
|
|
raise RuntimeError
|