py-libp2p/libp2p/kademlia/__init__.py
2019-10-24 08:41:10 +02:00

4 lines
123 B
Python

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