Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / smart_home / outlets.py
index 37655673550364f77c0e97c693058575bb4a9821..fcc3c4eb8f7fa74d428d31c7ebe4814c5cb11cbd 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """Utilities for dealing with the smart outlets."""
 
 import asyncio