Add fastapi code
This commit is contained in:
4
venv/lib/python3.11/site-packages/websockets/auth.py
Normal file
4
venv/lib/python3.11/site-packages/websockets/auth.py
Normal file
@ -0,0 +1,4 @@
|
||||
from __future__ import annotations
|
||||
|
||||
# See #940 for why lazy_import isn't used here for backwards compatibility.
|
||||
from .legacy.auth import * # noqa
|
||||
Reference in New Issue
Block a user