mirror of
https://github.com/LiteyukiStudio/magicoca.git
synced 2025-06-02 18:25:26 +00:00
5 lines
118 B
Python
5 lines
118 B
Python
from multiprocessing import set_start_method
|
|
|
|
from magicoca.chan import Chan, T
|
|
|
|
set_start_method("spawn", force=True) |