mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 05:46:58 -05:00
14 lines
235 B
Python
14 lines
235 B
Python
|
|
|
|
from .favicon_ico import Favicon_ICO
|
|
from .style_css import Style_CSS
|
|
|
|
|
|
class fHDHR_Files():
|
|
|
|
def __init__(self, fhdhr):
|
|
self.fhdhr = fhdhr
|
|
|
|
self.favicon = Favicon_ICO(fhdhr)
|
|
self.style = Style_CSS(fhdhr)
|