Fix missing backward compatibility proxy

This commit is contained in:
Jacob Segal 2025-07-22 18:35:02 -07:00
parent d673124343
commit 4a461b6093
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# This file only exists for backwards compatibility.
from comfy_api.latest.util import * # noqa: F403

View File

@ -0,0 +1,2 @@
# This file only exists for backwards compatibility.
from comfy_api.latest.util.video_types import * # noqa: F403