8 lines
113 B
Python
8 lines
113 B
Python
"""适配makergen的Python SDK"""
|
|
|
|
__version__ = '0.1.0'
|
|
|
|
from makergen.core import Device
|
|
|
|
__all__ = ["Device"]
|