1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 10:36:59 -05:00
fHDHR_NextPVR/fHDHR_web/brython/__init__.py
2021-01-06 09:06:48 -05:00

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)