File: __init__.py

package info (click to toggle)
python-tado 0.19.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 720 kB
  • sloc: python: 2,671; sh: 29; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
5
"""Abstraction layer for API implementation."""

from .interface import Tado

__all__ = ["Tado"]