fHDHR_plugin_web_watch/__init__.py
deathbybandaid 107e2d88c2 test
2021-02-04 09:19:50 -05:00

12 lines
239 B
Python

from .plutotv_html import PlutoTV_HTML
class Plugin_OBJ():
def __init__(self, fhdhr, plugin_utils):
self.fhdhr = fhdhr
self.plugin_utils = plugin_utils
self.plutotv_html = PlutoTV_HTML(fhdhr, plugin_utils)