diff --git a/CouchPotato.py b/CouchPotato.py new file mode 100755 index 0000000..223d915 --- /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()