py-libp2p/libp2p/kademlia/__init__.py
Chih Cheng Liang 82dcce214a
Remove kademlia module (#377)
* 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
2019-12-06 14:14:33 +08:00

3 lines
88 B
Python

"""Kademlia is a Python implementation of the Kademlia protocol."""
__version__ = "2.0"