Files
obj_det_01_do_obj_det/test.py
thebears 8625930f38 bump
2025-04-15 12:07:31 -04:00

6 lines
75 B
Python

import time
while True:
print("Hello from Orin")
time.sleep(0.25)