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