9 lines
121 B
Python
9 lines
121 B
Python
|
|
|
|
class OriginEPG_StandIN():
|
|
def __init__(self):
|
|
pass
|
|
|
|
def update_epg(self, channels):
|
|
return {}
|