Dateien nach "old" hochladen

This commit is contained in:
2025-10-01 18:30:41 +00:00
parent eb4abbd7b9
commit 87cfa83af9
5 changed files with 444 additions and 0 deletions

16
old/main.py Normal file
View File

@@ -0,0 +1,16 @@
import pnd
import _thread
import time
print(pnd.cfg.tasks.gc_tasks)
## init pundo system
runtime = pnd.rt()
runtime.init(0)
## run backgroundtasks
#_thread.start_new_thread(runtime.backgroundTask, ())
## run main Task
runtime.run()