6 lines
105 B
Python
6 lines
105 B
Python
from couchpotato.core.providers.base import Provider
|
|
|
|
|
|
class MovieProvider(Provider):
|
|
type = 'movie'
|