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