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