FrameForge/hooks/hook-vapoursynth.py
2024-01-24 12:11:06 -05:00

28 lines
493 B
Python

hiddenimports = [
"os",
"enum",
"ctypes",
"threading",
"traceback",
"gc",
"sys",
"inspect",
"weakref",
"atexit",
"contextlib",
"logging",
"functools",
"typing",
"traceback",
"warnings",
"threading.local",
"threading.Lock",
"threading.RLock",
"types.MappingProxyType",
"collections.namedtuple",
"collections.abc.Iterable",
"collections.abc.Mapping",
"concurrent.futures.Future",
"fractions",
]