summaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test.py b/test.py
new file mode 100755
index 0000000..0fdc59f
--- /dev/null
+++ b/test.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+
+import padlite
+import settings
+import code
+
+p = padlite.PadLite(settings.APIKEY, settings.HOST)
+code.interact(local=locals())