test_net.py 101 B

123456
  1. # coding: utf-8
  2. import util.net
  3. def test_get_host_and_ip():
  4. print(util.net.get_host_and_ips())