2 lines
59 B
Python
Executable File
2 lines
59 B
Python
Executable File
def websocket_mask(mask: bytes, data: bytes) -> bytes: ...
|