aboutsummaryrefslogtreecommitdiff
path: root/test/test.py
blob: 7ea37e67a2c243b29f9c4be7815d7229dcd8a1ff (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python
from home.relay import RelayClient


if __name__ == '__main__':
    c = RelayClient()
    print(c, c._host)