2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-19 15:25:34 +00:00
Comrad/p2p/kademlia/__init__.py

6 lines
127 B
Python
Raw Normal View History

2020-08-19 13:01:37 +00:00
"""
Kademlia is a Python implementation of the Kademlia protocol which
utilizes the asyncio library.
"""
__version__ = "2.2.1"