Add movetv

This commit is contained in:
Nirvana
2026-03-25 11:20:50 +01:00
parent 8a3f3bbdb2
commit ee8fe1a6a6
@@ -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",
]