Files
chore/backend/utils/email_instance.py
Ryan Kegel e42c6c1ef2
All checks were successful
Gitea Actions Demo / build-and-push (push) Successful in 34s
feat: Implement logic to prevent deletion of system tasks and rewards; update APIs and tests accordingly
2026-02-01 16:57:12 -05:00

3 lines
72 B
Python

from utils.email_sender import EmailSender
email_sender = EmailSender()