master
/ miniconda3 / envs / poem / lib / python3.10 / site-packages / websockets / auth.py

auth.py @a8e0244 raw · history · blame

1
2
3
4
from __future__ import annotations

# See #940 for why lazy_import isn't used here for backwards compatibility.
from .legacy.auth import *