8 lines
152 B
Python
Executable File
8 lines
152 B
Python
Executable File
#!/usr/bin/env python
|
|
import __py_include
|
|
from homekit.relay import RelayClient
|
|
|
|
|
|
if __name__ == '__main__':
|
|
c = RelayClient()
|
|
print(c, c._host) |