2 changed files with 0 additions and 18 deletions
@ -1,7 +0,0 @@ |
|||
from .main import CP |
|||
|
|||
|
|||
def start(): |
|||
return CP() |
|||
|
|||
config = [] |
@ -1,11 +0,0 @@ |
|||
from couchpotato.core.logger import CPLog |
|||
from couchpotato.core.providers.automation.base import Automation |
|||
|
|||
log = CPLog(__name__) |
|||
|
|||
|
|||
class CP(Automation): |
|||
|
|||
def getMovies(self): |
|||
|
|||
return [] |
Loading…
Reference in new issue