Files
PiThermostat/.vscode/Pico-W-Stub/webrepl_setup.pyi
Ádám Kovács 36638e2dd1 MicroPython stuff
2023-11-07 14:00:27 +01:00

11 lines
222 B
Python

RC: str
CONFIG: str
def input_choice(prompt, choices): ...
def getpass(prompt): ...
def input_pass(): ...
def exists(fname): ...
def get_daemon_status(): ...
def change_daemon(action) -> None: ...
def main() -> None: ...