Files

6 lines
89 B
Python
Raw Permalink Normal View History

import abstract_access
d = abstract_access.D()
if d.do_x() != 1:
raise RuntimeError