py-libp2p/libp2p/security/typing.py
Chih Cheng Liang 10a8347c6a
PR feedback
2019-08-02 14:12:59 +08:00

5 lines
112 B
Python

from typing import TypeVar, Dict, Any, NewType
TSecurityDetails = NewType("TSecurityDetails", Dict[str, str])