File: __init__.py

package info (click to toggle)
python-aiowebostv 0.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: python: 974; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
"""Provide a package for controlling LG webOS based TVs."""

from .exceptions import WebOsTvCommandError, WebOsTvPairError
from .webos_client import WebOsClient

__all__ = ["WebOsTvCommandError", "WebOsTvPairError", "WebOsClient"]