Browse Source

Adds CouchPotato.py wrapping cli.

pull/1/merge
alshain 14 years ago
parent
commit
be45cc4637
  1. 7
      CouchPotato.py

7
CouchPotato.py

@ -0,0 +1,7 @@
#!/usr/bin/env python
"""Wrapper for the command line interface."""
from couchpotato import cli
cli.cmd_couchpotato()
Loading…
Cancel
Save