Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / google_assistant.py
index adfdca49afb99bc3862611649ad5661ab558249c..b767df75f4a56f4b4ec84be3abedd16b2e8a591b 100644 (file)
@@ -1,7 +1,11 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """A module to serve as a local client library around HTTP calls to
-the Google Assistant via a local gateway."""
+the Google Assistant via a local gateway.
+
+"""
 
 import logging
 import warnings