Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / config.py
index 57593c3a33c01505bd87918be3591459b508743f..bea701837c520ca86d584f9b48cead98ab06e838 100644 (file)
--- a/config.py
+++ b/config.py
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """Global configuration driven by commandline arguments, environment variables
 and saved configuration files.  This works across several modules.
 
 """Global configuration driven by commandline arguments, environment variables
 and saved configuration files.  This works across several modules.