set_spawn.py 72 B

123
  1. from multiprocessing import set_start_method
  2. set_start_method('spawn')