summaryrefslogtreecommitdiff
path: root/dashpot.py
diff options
context:
space:
mode:
Diffstat (limited to 'dashpot.py')
-rwxr-xr-xdashpot.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/dashpot.py b/dashpot.py
new file mode 100755
index 0000000..40a3685
--- /dev/null
+++ b/dashpot.py
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+
+from kademlia.node import Node
+
+print "Starting downashpot..."
+
+node = Node()
+
+print "Shutting down..." \ No newline at end of file