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.
darthsandmann c74c45998c updates
2022-11-29 19:10:30 +01:00

8 lines
189 B
Python

# flake8: noqa
from .eq3btsmart import Mode, TemperatureException, Thermostat
from .structures import *
class BackendException(Exception):
"""Exception to wrap backend exceptions."""