basics.py 216 B

12345678910111213
  1. from jogai import *
  2. def test_example01():
  3. def move():
  4. ...
  5. prepare('02.yaml')
  6. args = utils._convert_function_arguments_to_string({'x': 200, 'y': 400})
  7. while is_running():
  8. update()