5 lines
77 B
Python
Raw Normal View History

sandbox.foo.i = 5
assert sandbox.foo.i == 5
foo = trick.Foo()
trick.stop(10)