Fix generated stubs differing by Python version

This commit is contained in:
Jacob Segal
2025-07-25 19:24:57 -07:00
parent 689db36073
commit b6754d935b
7 changed files with 88 additions and 20 deletions

View File

@@ -33,3 +33,11 @@ if TYPE_CHECKING:
ComfyAPISync: Type[ComfyAPISyncStub]
ComfyAPISync = create_sync_class(ComfyAPIAdapter_v0_0_2)
__all__ = [
"ComfyAPI",
"ComfyAPISync",
"Input",
"InputImpl",
"Types",
]