diff --git a/src/couchpotato/cli.py b/src/couchpotato/cli.py new file mode 100644 index 0000000..084eda6 --- /dev/null +++ b/src/couchpotato/cli.py @@ -0,0 +1,5 @@ +import argparse + +def cmd_couchpotato(): + print "Couchpotato." + pass