Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / cached / weather_forecast.py
index 807f36d2bcd9c5770d6fa5e5bc897dcc791f8ca1..b8a20ed8caa04553f01225a5a2f8f57866858ea7 100644 (file)
@@ -1,5 +1,9 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
+"""How's the weather going to be tomorrow?"""
+
 import datetime
 import logging
 import os