pikapython/package/bluetooth/_bluetooth.pyi

8 lines
121 B
Python
Raw Normal View History

2023-09-10 21:59:29 +08:00
class BLE:
def __init__(self) -> int: ...
def test(self) -> int: ...
def active(self) -> int: ...