4 lines
93 B
Python
4 lines
93 B
Python
"""Smart thermostat for local CITRUxx use."""
|
|
__version__ = '0.0.1'
|
|
|
|
from . import button_pad |