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 (6 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
"""Module for all API interfaces."""

from .hops_tado import TadoX
from .my_tado import Tado

__all__ = ["Tado", "TadoX"]