12 lines
183 B
Python
12 lines
183 B
Python
|
|
|
|
class OriginChannels_StandIN():
|
|
def __init__(self):
|
|
pass
|
|
|
|
def get_channels(self):
|
|
return []
|
|
|
|
def get_channel_stream(self, chandict):
|
|
return None
|