| 123456789101112131415 |
- from jogai import *
- from jogai.utils import _get_keys, eval_key
- def test_example01():
- prepare('02.yaml')
- sq = StairsGroup(brick, 5)
- add_group(sq)
- crono = Chronometer(5)
- add_text(crono)
- crono.init()
- while is_running():
- update()
- print(crono)
|