mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
5 lines
88 B
Python
5 lines
88 B
Python
import sys
|
|
|
|
if sys.platform != "win32":
|
|
def crypt(word: str, salt: str) -> str: ...
|