from jogai import * def test_example01(): def move(): ... prepare('02.yaml') sq = SquareGroup(brick, 3) add_group(sq) while is_running(): if protagonist.touch(sq): secondary.move_to(0, 0) update()