mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Update vendored windows libs
This commit is contained in:
parent
f61c211655
commit
b1cefa94e5
226 changed files with 33472 additions and 11882 deletions
5
libs/win/path/masks.pyi
Normal file
5
libs/win/path/masks.pyi
Normal file
|
@ -0,0 +1,5 @@
|
|||
from typing import Any, Callable
|
||||
|
||||
def compose(*funcs: Callable[..., Any]) -> Callable[..., Any]: ...
|
||||
def compound(mode: str) -> Callable[[int], int]: ...
|
||||
def simple(mode: str) -> Callable[[int], int]: ...
|
Loading…
Add table
Add a link
Reference in a new issue