mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 15:36:59 -05:00
Missing __init__.py
This commit is contained in:
parent
75a8492dbe
commit
e87af73215
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