Your IP : 18.223.122.53
Current Path :
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
jwt
/
Upload File :
Current File : //opt/cloudlinux/venv/lib/python3.11/site-packages/jwt/types.py
from typing import Any, Callable, Dict JWKDict = Dict[str, Any] HashlibHash = Callable[..., Any]