mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-19 15:42:13 +02:00
9 lines
165 B
Python
9 lines
165 B
Python
# lib/streaming_providers/providers/rtlplus/__init__.py
|
|
"""
|
|
RTL+ streaming provider module
|
|
"""
|
|
|
|
from .provider import RTLPlusProvider
|
|
|
|
__all__ = ["RTLPlusProvider"]
|