Current Path : /proc/self/root/proc/self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/jwt/ |
Current File : //proc/self/root/proc/self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/jwt/types.py |
from typing import Any, Callable, Dict JWKDict = Dict[str, Any] HashlibHash = Callable[..., Any]