tokencrawler/.venv/lib/python3.9/site-packages/websockets/auth.py
2022-03-17 22:16:30 +01:00

4 lines
147 B
Python

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