This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.

8 lines
189 B
Python
Raw Normal View History

2022-11-29 19:10:30 +01:00
# flake8: noqa
from .eq3btsmart import Mode, TemperatureException, Thermostat
from .structures import *
class BackendException(Exception):
"""Exception to wrap backend exceptions."""