mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
6 lines
127 B
Python
6 lines
127 B
Python
"""
|
|
Kademlia is a Python implementation of the Kademlia protocol which
|
|
utilizes the asyncio library.
|
|
"""
|
|
__version__ = "2.2.1"
|