Email template management
This commit is contained in:
@@ -23,6 +23,10 @@ from .schemas import (
|
||||
PaymentUpdate,
|
||||
PaymentResponse,
|
||||
MessageResponse,
|
||||
EmailTemplateBase,
|
||||
EmailTemplateCreate,
|
||||
EmailTemplateUpdate,
|
||||
EmailTemplateResponse,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
@@ -50,4 +54,8 @@ __all__ = [
|
||||
"PaymentUpdate",
|
||||
"PaymentResponse",
|
||||
"MessageResponse",
|
||||
"EmailTemplateBase",
|
||||
"EmailTemplateCreate",
|
||||
"EmailTemplateUpdate",
|
||||
"EmailTemplateResponse",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user