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