runner_create_and_start.py 91 B

1234
  1. import create_and_start
  2. controller = create_and_start.Controller(False)
  3. controller.start()