mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-18 15:07:45 +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: ...
|