from jogai import * def test_example01(): def move(): ... prepare('02.yaml') sq = SquareGroup(brick, 23) add_group(sq) while is_running(): update()