pikapython/package/bluetooth/_bluetooth.pyi
2023-09-10 21:59:29 +08:00

8 lines
121 B
Python

class BLE:
def __init__(self) -> int: ...
def test(self) -> int: ...
def active(self) -> int: ...