mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-19 15:25:34 +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"
|