basics.py 138 B

1234567891011
  1. from jogai import *
  2. def test_example01():
  3. def move():
  4. ...
  5. prepare('02.yaml')
  6. while is_running():
  7. update()