Загрузить файлы в «venv/Lib/site-packages/websockets»

This commit is contained in:
2026-07-02 21:02:49 +00:00
parent 3f94737f75
commit f00915d6b4
5 changed files with 821 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from .typing import BytesLike
def apply_mask(data: BytesLike, mask: bytes | bytearray) -> bytes: ...