Dateien nach "pg26" hochladen
work in progress implementation of new framework
This commit is contained in:
16
pg26/main.py
Normal file
16
pg26/main.py
Normal 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()
|
||||
Reference in New Issue
Block a user