Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / state_tracker.py
index 1cf62af6ea8000e5d1ed32646ec0a212a0b55faf..62eb183dba7bfc90a4bbbff73b4401f2d747231b 100644 (file)
@@ -1,9 +1,13 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """Several helpers to keep track of internal state via periodic
 polling.  StateTracker expects to be invoked periodically to maintain
 state whereas the others automatically update themselves and,
-optionally, expose an event for client code to wait on state changes."""
+optionally, expose an event for client code to wait on state changes.
+
+"""
 
 import datetime
 import logging