mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-02 23:14:49 +08:00
Fix missing backward compatibility proxy
This commit is contained in:
2
comfy_api/util/__init__.py
Normal file
2
comfy_api/util/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file only exists for backwards compatibility.
|
||||
from comfy_api.latest.util import * # noqa: F403
|
2
comfy_api/util/video_types.py
Normal file
2
comfy_api/util/video_types.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file only exists for backwards compatibility.
|
||||
from comfy_api.latest.util.video_types import * # noqa: F403
|
Reference in New Issue
Block a user