Files
PiDoorbell/.vscode/Pico-W-Stub/webrepl_setup.pyi
Ádám Kovács db76621806 Project v1
2023-11-02 16:02:16 +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: ...