X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=persistent.py;h=27aa4b32aed2fdb299e2c1031a041a19b3c385a5;hb=b69d402dc503a0d38381bfa0fcd6dd5829e92775;hp=c902313eb4a28cb4635779f584f8775a2b646d35;hpb=e8fbbb7306430478dec55d2c963eed116d8330cc;p=python_utils.git diff --git a/persistent.py b/persistent.py index c902313..27aa4b3 100644 --- a/persistent.py +++ b/persistent.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """A Persistent is just a class with a load and save method. This module defines the Persistent base and a decorator that can be used to create a persistent singleton that autoloads and autosaves."""