Files
esp-base/old/main.py
2025-10-01 18:30:41 +00:00

17 lines
253 B
Python

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()