3 lines
88 B
Python
3 lines
88 B
Python
"""Kademlia is a Python implementation of the Kademlia protocol."""
|
|
__version__ = "2.0"
|