py-libp2p/libp2p/kademlia/__init__.py
Christophe de Carvalho Pereira Martins c24a279d2d
update kadmelia lib
2019-03-26 20:14:42 +01:00

6 lines
125 B
Python

"""
Kademlia is a Python implementation of the Kademlia protocol which
utilizes the asyncio library.
"""
__version__ = "2.0"