Adds CouchPotato.py wrapping cli.

This commit is contained in:
alshain
2011-02-07 23:03:32 +01:00
parent 782e457f02
commit be45cc4637
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env python
"""Wrapper for the command line interface."""
from couchpotato import cli
cli.cmd_couchpotato()