Renamed IO_V3 to _IO_V3

This commit is contained in:
Jedrzej Kosinski
2025-07-23 15:37:43 -07:00
parent 6adaf6c776
commit ddb84a3991
2 changed files with 4 additions and 8 deletions

View File

@@ -9,12 +9,8 @@ import asyncio
@io.comfytype(io_type="XYZ")
class XYZ:
class XYZ(io.ComfyTypeIO):
Type = tuple[int,str]
class Input(io.InputV3):
...
class Output(io.OutputV3):
...
class V3TestNode(io.ComfyNode):