mirror of
https://github.com/caperren/ossm_overkill_edition.git
synced 2025-11-08 13:01:14 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
from motion_controller.main import machine_main
|
|
from time import sleep
|
|
|
|
machine_main()
|