This commit is contained in:
deathbybandaid 2021-02-04 09:21:10 -05:00
parent b266aabe9f
commit 332b43eb1f

View File

@ -1,11 +0,0 @@
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)