Start work on types
Bring in typings folder for adafruit_ble and micropython
This commit is contained in:
5
typings/micropython.pyi
Normal file
5
typings/micropython.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
from typing import TypeVar
|
||||
|
||||
T = TypeVar('T')
|
||||
|
||||
def const(x: T) -> T: ...
|
Reference in New Issue
Block a user