X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=waitable_presence.py;h=6473add5b2f7f4fb023e03a71342c93a4b2aacd5;hb=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3;hp=9247a67891307fb9b93e5695df68347577f86c9b;hpb=c6fca944b41f292b66efaba27ebf3fd0a37956b8;p=python_utils.git diff --git a/waitable_presence.py b/waitable_presence.py index 9247a67..6473add 100644 --- a/waitable_presence.py +++ b/waitable_presence.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """A PresenceDetector that is waitable. This is not part of base_presence.py because I do not want to bring these dependencies into that lower-level module (especially state_tracker).