This commit is contained in:
wtz
2026-04-04 11:30:30 +08:00
commit 0149c81dd1
6 changed files with 90 additions and 0 deletions

7
makergen/__init__.py Normal file
View File

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