swag-shop/backend/app/mail/message_content.py

5 lines
117 B
Python
Raw Normal View History

class MessageContent:
def __init__(self, subject, body):
self.subject = subject
self.body = body