summaryrefslogtreecommitdiff
path: root/demoapp/cliffdemo/simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'demoapp/cliffdemo/simple.py')
-rw-r--r--demoapp/cliffdemo/simple.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/demoapp/cliffdemo/simple.py b/demoapp/cliffdemo/simple.py
new file mode 100644
index 0000000..4416814
--- /dev/null
+++ b/demoapp/cliffdemo/simple.py
@@ -0,0 +1,8 @@
+
+from cliff.command import Command
+
+
+class Simple(Command):
+
+ def run(self, parsed_args):
+ print 'hi!'