82dcce214a
* Remove kademlia and routing/kademlia * cleanup * Fix routed_host test * lint mypy * fix doc * remove set_up_nodes_by_transport_and_disc_opt and fix typing
3 lines
88 B
Python
3 lines
88 B
Python
"""Kademlia is a Python implementation of the Kademlia protocol."""
|
|
__version__ = "2.0"
|