From be45cc4637cdaa6c0bd56fc90a70970655517dc4 Mon Sep 17 00:00:00 2001 From: alshain Date: Mon, 7 Feb 2011 23:03:32 +0100 Subject: [PATCH] Adds CouchPotato.py wrapping cli. --- CouchPotato.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 CouchPotato.py diff --git a/CouchPotato.py b/CouchPotato.py new file mode 100755 index 00000000..223d9157 --- /dev/null +++ b/CouchPotato.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python +"""Wrapper for the command line interface.""" + +from couchpotato import cli + + +cli.cmd_couchpotato()