X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=smart_home%2Fregistry.py;h=d63474da56f98bc44d78a221f47c3f4fd7d04971;hb=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3;hp=f79ae90c15f5f7c881ae1acecaee434681aaf2aa;hpb=cce8d58af187c0a7fb7585eab5bda9fed731b719;p=python_utils.git diff --git a/smart_home/registry.py b/smart_home/registry.py index f79ae90..d63474d 100644 --- a/smart_home/registry.py +++ b/smart_home/registry.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """A searchable registry of known smart home devices and a factory for constructing our wrappers around them."""