Current File : //proc/353637/task/353637/cwd/usr/lib/python3/dist-packages/jwt/types.py
from typing import Any, Callable, Dict

JWKDict = Dict[str, Any]

HashlibHash = Callable[..., Any]