Moved Docker stuff to "Docker" folder
Created k8s folder for k8s stuff Added early-stage service.yaml for K8s deployment
This commit is contained in:
22
Docker/src/python/tHome/__init__.py
Normal file
22
Docker/src/python/tHome/__init__.py
Normal file
@@ -0,0 +1,22 @@
|
||||
#===========================================================================
|
||||
#
|
||||
# tHome package
|
||||
#
|
||||
#===========================================================================
|
||||
|
||||
__doc__ = """T-Home Python package
|
||||
"""
|
||||
|
||||
#===========================================================================
|
||||
|
||||
from . import acurite
|
||||
from . import broker
|
||||
from . import eagle
|
||||
from . import sma
|
||||
from . import thermostat
|
||||
from . import util
|
||||
from . import weatherUnderground
|
||||
|
||||
#===========================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user