init
This commit is contained in:
7
python/libraries/makergen/__init__.py
Normal file
7
python/libraries/makergen/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""适配makergen的Python SDK"""
|
||||
|
||||
__version__ = '0.1.0'
|
||||
|
||||
from makergen.core import Device
|
||||
|
||||
__all__ = ["Device"]
|
||||
Reference in New Issue
Block a user