mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Replace kad-dht with bmuller/kademlia
This commit is contained in:
5
kademlia/__init__.py
Normal file
5
kademlia/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
"""
|
||||
Kademlia is a Python implementation of the Kademlia protocol which
|
||||
utilizes the asyncio library.
|
||||
"""
|
||||
__version__ = "1.1"
|
||||
Reference in New Issue
Block a user