mirror of
https://github.com/pyscript/pyscript.git
synced 2026-04-01 02:00:21 -04:00
5 lines
102 B
Python
5 lines
102 B
Python
from xworker import XWorker
|
|
|
|
for i in range(4):
|
|
sync = XWorker("pompom.py", config="turtle.toml")
|