From 82d5d77b4c6aca420dd7ed3177c1ef9918ee79a1 Mon Sep 17 00:00:00 2001 From: Daniel Williams <35799546+danielwoz@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:14:28 +0800 Subject: [PATCH] Create __init__.py Add an init to utils so that it can be included by package name. --- examples/WanVSR/utils/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/WanVSR/utils/__init__.py diff --git a/examples/WanVSR/utils/__init__.py b/examples/WanVSR/utils/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/examples/WanVSR/utils/__init__.py @@ -0,0 +1 @@ +