mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
feat(email): extract notification templates
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from backend.email_templates.renderer import (
|
||||
EmailTemplate,
|
||||
EmailTemplateRenderError,
|
||||
SafeHtml,
|
||||
render_email_template,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"EmailTemplate",
|
||||
"EmailTemplateRenderError",
|
||||
"SafeHtml",
|
||||
"render_email_template",
|
||||
]
|
||||
Reference in New Issue
Block a user