bazarr/libs/plex/interfaces/channel.py

9 lines
163 B
Python
Raw Normal View History

2018-10-31 16:08:29 +00:00
from plex.interfaces.core.base import Interface
class ChannelInterface(Interface):
path = 'channels'
def all(self):
raise NotImplementedError()