mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 07:00:54 +00:00
add typing to security
This commit is contained in:
4
libp2p/security/typing.py
Normal file
4
libp2p/security/typing.py
Normal file
@ -0,0 +1,4 @@
|
||||
from typing import TypeVar, Dict, Any, NewType
|
||||
|
||||
|
||||
TSecurityDetails = NewType("TSecurityDetails", Dict[str, Any])
|
||||
Reference in New Issue
Block a user