X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=smart_home%2Fdevice_utils.py;h=40a7b70ed3d357797fa979bd1d0f8554abc0d789;hb=f2600f30801c849fc1d139386e3ddc3c9eb43e30;hp=f79c734be49e46d5f56db1528deb49e2d66f15e8;hpb=415c2c91972ea5a574dce166ec609926dcf19d73;p=python_utils.git diff --git a/smart_home/device_utils.py b/smart_home/device_utils.py index f79c734..40a7b70 100644 --- a/smart_home/device_utils.py +++ b/smart_home/device_utils.py @@ -1,12 +1,11 @@ #!/usr/bin/env python3 +"""General utility functions involving smart home devices.""" + import logging from typing import Any -import smart_home.cameras as cameras -import smart_home.chromecasts as chromecasts -import smart_home.lights as lights -import smart_home.outlets as outlets +from smart_home import cameras, chromecasts, lights, outlets logger = logging.getLogger(__name__)