mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-21 00:11:20 -05:00
* switch to ruff * add ruff * run ruff --fix * update ruff * resolve ruff errors * drop isort from CI * fix decorator order
7 lines
111 B
Python
7 lines
111 B
Python
from .email_service import EmailService, EmailTemplate
|
|
|
|
__all__ = [
|
|
"EmailService",
|
|
"EmailTemplate",
|
|
]
|