Current File : //proc/self/root/proc/self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/jwt/types.py
from typing import Any, Callable, Dict

JWKDict = Dict[str, Any]

HashlibHash = Callable[..., Any]