Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / cached / weather_data.py
index 1b0bef429d4dfcc751e9bf52060c1371080f71d4..29a1d544b042101042eeb9d0a1eb781de094e427 100644 (file)
@@ -1,6 +1,10 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
+# © Copyright 2021-2022, Scott Gasch
+
+"""How's the weather?"""
+
 import datetime
 import json
 import logging