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