fHDHR_plugin_origin_plextv/epg/__init__.py
deathbybandaid 3f75690258 test
2022-01-28 08:55:35 -05:00

16 lines
271 B
Python

class Plugin_OBJ():
def __init__(self, channels, plugin_utils):
self.plugin_utils = plugin_utils
self.channels = channels
self.origin = plugin_utils.origin
def update_epg(self):
programguide = {}
return programguide