2025-05-27 15:24:23 +08:00

9 lines
133 B
Go

package models
import "hands/pkg/device"
func init() {
// 注册 L10 设备类型
device.RegisterDeviceType("L10", NewL10Hand)
}