5 lines
89 B
Python
5 lines
89 B
Python
import abstract_access
|
|
|
|
d = abstract_access.D()
|
|
if d.do_x() != 1:
|
|
raise RuntimeError
|