summaryrefslogtreecommitdiffstats
path: root/ogcli/objects/og_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'ogcli/objects/og_client.py')
-rw-r--r--ogcli/objects/og_client.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/ogcli/objects/og_client.py b/ogcli/objects/og_client.py
deleted file mode 100644
index ca91036..0000000
--- a/ogcli/objects/og_client.py
+++ /dev/null
@@ -1,6 +0,0 @@
-class OgClient():
-
- @staticmethod
- def list_clients(rest):
- r = rest.get('/clients')
- print(r.json())