"""Abstraction layer for API implementation."""

from .interface import Tado

__all__ = ["Tado"]
