mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 10:47:35 -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")
|