Suno-Prompt-Generator / runtime_hook.py
Bobby Collins
Add Windows installer packaging (v1.1.0)
fbe4bfc
Raw
History Blame Contribute Delete
119 Bytes
# PyInstaller runtime hook for multiprocessing freeze support.
import multiprocessing
multiprocessing.freeze_support()