관리-도구
편집 파일: types.py
from typing import Any, Callable, Dict JWKDict = Dict[str, Any] HashlibHash = Callable[..., Any]