[V3] converted nodes_images.py to V3 schema (#11206)

* converted nodes_images.py to V3 schema

* fix test
This commit is contained in:
Alexander Piskun
2025-12-27 05:39:02 +02:00
committed by GitHub
parent 865568b7fc
commit eff4ea0b62
5 changed files with 351 additions and 359 deletions

View File

@@ -1,5 +1,6 @@
from .video_types import VideoContainer, VideoCodec, VideoComponents
from .geometry_types import VOXEL, MESH
from .image_types import SVG
__all__ = [
# Utility Types
@@ -8,4 +9,5 @@ __all__ = [
"VideoComponents",
"VOXEL",
"MESH",
"SVG",
]