sd-webui-infinite-image-bro.../pyinstaller_hooks/hook-av.py

5 lines
157 B
Python

from PyInstaller.utils.hooks import collect_all
# Collect package code, data and hidden imports for PyAV
datas, binaries, hiddenimports = collect_all('av')