mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-08-05 08:49:56 -04:00
Stub out python client routes
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
"""
|
||||
import hid
|
||||
|
||||
from .device import XAPDevice
|
||||
|
||||
|
||||
class XAPClient:
|
||||
@staticmethod
|
||||
@@ -26,4 +24,6 @@ class XAPClient:
|
||||
def connect(self, dev):
|
||||
"""Connect to a given XAP device
|
||||
"""
|
||||
from .device import XAPDevice
|
||||
|
||||
return XAPDevice(dev)
|
||||
|
||||
Reference in New Issue
Block a user