1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 13:16:58 -05:00
fHDHR_NextPVR/origin/__init__.py
2020-12-08 09:10:35 -05:00

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"