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()