Results 1 comments of ruy

Probably, you can use this dirty hack... ``` >>> import etcd3 >>> host, port = "ipv4:10.0.0.1:2379,10.0.0.2:2379,10.0.0.3", 2379 >>> c = etcd3.client(host, port) ```