mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-23 04:03:00 -05: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")
|