Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / orb_utils.py
index fe82e2ebfc97c0cf8ec8f965b5fc51746d6e0879..f1d0ee0d9c781cc418231d39b49e8b9320a2ed7a 100644 (file)
@@ -1,12 +1,13 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """Utilities related to changing the orb's color."""
 
 import os
 
 import config
 
-
 parser = config.add_commandline_args(
     f"Orb Utils ({__file__})",
     "Args having to do with controlling Scott's Orb.",