This commit is contained in:
2026-03-13 15:28:30 +01:00
parent 0b8ceb6cf0
commit e487e4909d
31 changed files with 653 additions and 35 deletions

View File

@@ -1,3 +1,4 @@
print "->START"
run("test_data_txt")
time.sleep(0.5)
run("test_data_txt")
@@ -7,4 +8,5 @@ time.sleep(0.5)
run("test_data_txt")
time.sleep(0.5)
run("test_data_txt")
set_return(True)
print "->FINISH"
set_return(True)