X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d527b63f5320d32e5c598354fd60ebc00d88d7bb..a7e41fefbf46ad5bfa2eb97dbd1cc11d3a28a354:/src/messaging/recipient.py?ds=sidebyside diff --git a/src/messaging/recipient.py b/src/messaging/recipient.py new file mode 100644 index 000000000..e1e83132d --- /dev/null +++ b/src/messaging/recipient.py @@ -0,0 +1,6 @@ +class Recipient: + def __init__(self, email, hash_value, context): + self.email = email + self.hash_value = hash_value + self.context = context +