4 lines
71 B
Python
4 lines
71 B
Python
from app.integrations.smtp import send_email
|
|
|
|
__all__ = ["send_email"]
|
from app.integrations.smtp import send_email
|
|
|
|
__all__ = ["send_email"]
|