Track bundled vendor runtime sources
This commit is contained in:
8
vendor/ComfyUI/comfy_api/util.py
vendored
Normal file
8
vendor/ComfyUI/comfy_api/util.py
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# This file only exists for backwards compatibility.
|
||||
from comfy_api.latest._util import VideoCodec, VideoContainer, VideoComponents
|
||||
|
||||
__all__ = [
|
||||
"VideoCodec",
|
||||
"VideoContainer",
|
||||
"VideoComponents",
|
||||
]
|
||||
Reference in New Issue
Block a user