mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
rename libp2p test dir and rebuild protobufs
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
from importlib.metadata import version as __version
|
||||
|
||||
from libp2p.crypto.keys import (
|
||||
KeyPair,
|
||||
)
|
||||
@ -132,3 +134,6 @@ def new_host(
|
||||
else:
|
||||
host = BasicHost(swarm)
|
||||
return host
|
||||
|
||||
|
||||
__version__ = __version("libp2p")
|
||||
|
||||
Reference in New Issue
Block a user