mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 11:16:58 -05:00
commit
0441e731d4
13
fHDHR_web/brython/__init__.py
Normal file
13
fHDHR_web/brython/__init__.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
|
||||||
|
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)
|
||||||
Loading…
Reference in New Issue
Block a user