mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-20 02:51:27 +00:00
feat: 支持 piico 设备国密加密
This commit is contained in:
7
apps/common/sdk/gm/piico/__init__.py
Normal file
7
apps/common/sdk/gm/piico/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .device import Device
|
||||
|
||||
|
||||
def open_piico_device(driver_path) -> Device:
|
||||
d = Device()
|
||||
d.open(driver_path)
|
||||
return d
|
Reference in New Issue
Block a user