Files
2015-10-20 14:22:42 +02:00

9 lines
163 B
Python

from plex.interfaces.core.base import Interface
class ChannelInterface(Interface):
path = 'channels'
def all(self):
raise NotImplementedError()