Initial commit

This commit is contained in:
2026-05-24 21:47:44 +08:00
commit 2ce35563c4
20 changed files with 3698 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
from .api import Hunyuan3DAPI
from .api_complete import Hunyuan3DAPI as Hunyuan3DAPIComplete
from .sign import sign, sign_with_custom_nonce
__version__ = "0.1.0"
__all__ = [
"Hunyuan3DAPI",
"Hunyuan3DAPIComplete",
"sign",
"sign_with_custom_nonce",
]