diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/websockets/speedups.pyi')
-rw-r--r-- | .venv/lib/python3.12/site-packages/websockets/speedups.pyi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/websockets/speedups.pyi b/.venv/lib/python3.12/site-packages/websockets/speedups.pyi new file mode 100644 index 00000000..821438a0 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/websockets/speedups.pyi @@ -0,0 +1 @@ +def apply_mask(data: bytes, mask: bytes) -> bytes: ... |