# coding: utf-8 # flake8: noqa """ Weheat Backend This is the backend for the Weheat project The version of the OpenAPI document: v1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. """ # noqa: E501 __version__ = "2026.4.8" # import apis into sdk package from weheat.api.energy_log_api import EnergyLogApi from weheat.api.heat_pump_api import HeatPumpApi from weheat.api.heat_pump_log_api import HeatPumpLogApi from weheat.api.user_api import UserApi # import ApiClient from weheat.api_response import ApiResponse from weheat.api_client import ApiClient from weheat.configuration import Configuration from weheat.exceptions import OpenApiException from weheat.exceptions import ApiTypeError from weheat.exceptions import ApiValueError from weheat.exceptions import ApiKeyError from weheat.exceptions import ApiAttributeError from weheat.exceptions import ApiException # import models into sdk package from weheat.models.boiler_type import BoilerType from weheat.models.device_state import DeviceState from weheat.models.dhw_type import DhwType from weheat.models.energy_view_dto import EnergyViewDto from weheat.models.heat_pump_log_view_dto import HeatPumpLogViewDto from weheat.models.heat_pump_model import HeatPumpModel from weheat.models.heat_pump_status_enum import HeatPumpStatusEnum from weheat.models.raw_heat_pump_log_dto import RawHeatPumpLogDto from weheat.models.read_all_heat_pump_dto import ReadAllHeatPumpDto from weheat.models.read_heat_pump_dto import ReadHeatPumpDto from weheat.models.read_user_dto import ReadUserDto from weheat.models.read_user_me_dto import ReadUserMeDto from weheat.models.role import Role