3 lines
66 B
Python
3 lines
66 B
Python
def windows_only(func): ...
|
|
def hide_file(path: str) -> None: ...
|
def windows_only(func): ...
|
|
def hide_file(path: str) -> None: ...
|