This commit is contained in:
thebears
2025-04-15 12:07:31 -04:00
commit 8625930f38
9 changed files with 6793 additions and 0 deletions

5
test.py Normal file
View File

@@ -0,0 +1,5 @@
import time
while True:
print("Hello from Orin")
time.sleep(0.25)