mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 07:46:58 -05:00
14 lines
249 B
Python
14 lines
249 B
Python
|
|
|
|
from .brython import Brython
|
|
from .brython_stdlib import Brython_stdlib
|
|
|
|
|
|
class fHDHR_Brython():
|
|
|
|
def __init__(self, fhdhr):
|
|
self.fhdhr = fhdhr
|
|
|
|
self.brython = Brython(fhdhr)
|
|
self.brython_stdlib = Brython_stdlib(fhdhr)
|