diff --git a/__init__.py b/__init__.py deleted file mode 100644 index cf95536..0000000 --- a/__init__.py +++ /dev/null @@ -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)