#!/usr/bin/env python import __py_include from homekit.relay import RelayClient if __name__ == '__main__': c = RelayClient() print(c, c._host)