mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 12:06:59 -05:00
9 lines
202 B
Python
9 lines
202 B
Python
# pylama:ignore=W0401,W0611
|
|
from .origin_service import *
|
|
from .origin_channels import *
|
|
from .origin_epg import *
|
|
from .origin_web import *
|
|
|
|
ORIGIN_NAME = "fHDHR_Locast"
|
|
ORIGIN_VERSION = "v0.5.0-beta"
|