summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rwxr-xr-xtest/test.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test.py b/test/test.py
new file mode 100755
index 0000000..7ea37e6
--- /dev/null
+++ b/test/test.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+from home.relay import RelayClient
+
+
+if __name__ == '__main__':
+ c = RelayClient()
+ print(c, c._host) \ No newline at end of file