pi-thermostat/thermostat/__init__.py

4 lines
91 B
Python

"""Smart thermostat for local CITRUxx use."""
__version__ = '0.0.1'
from . import mainloop