py-libp2p/host/basic_host.py
2018-10-14 13:47:06 -04:00

4 lines
62 B
Python

from host_interface import Host
class BasicHost(Host):
pass