mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-27 11:32:24 +02:00
Add movetv
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# streaming_providers/providers/movetv/__init__.py
|
||||
from .provider import MoveTVProvider, MoveTVChannel
|
||||
from .auth import MoveTVAuthenticator, MoveTVAuthToken
|
||||
from .constants import MoveTVConfig
|
||||
|
||||
__all__ = [
|
||||
"MoveTVProvider",
|
||||
"MoveTVChannel",
|
||||
"MoveTVAuthenticator",
|
||||
"MoveTVAuthToken",
|
||||
"MoveTVConfig",
|
||||
]
|
||||
Reference in New Issue
Block a user