Add class attribute for additional property

This commit is contained in:
Alex Stokes 2019-11-06 11:50:50 -08:00
parent a07c3b0fb0
commit 9500bdbf55
No known key found for this signature in database
GPG Key ID: 51CE1721B245C086

View File

@ -39,6 +39,7 @@ class BasicHost(IHost):
right after a stream is initialized.
"""
_public_key: PublicKey
_network: INetwork
peerstore: IPeerStore