This commit is contained in:
momom
2026-04-04 13:06:12 +08:00
commit 1ac8e9b404
11 changed files with 240 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
"""适配makergen的Python SDK"""
__version__ = '0.1.0'
from makergen.core import Device
__all__ = ["Device"]