Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / remote_worker.py
index 75dfe8e46cb3d34e28f44267129ff38020d23a7a..8aef1dee1bc94a1bb85a378adab7169810b585ce 100755 (executable)
@@ -1,7 +1,10 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """A simple utility to unpickle some code, run it, and pickle the
 results.
+
 """
 
 import logging