from jogai import * from jogai.utils import _get_keys, eval_key def test_example01(): prepare('02.yaml') sq = StairsGroup(brick, 5) add_group(sq) inv = Inventory() inv.add(brick) inv.add(secondary) inv.show() while is_running(): update()