File size: 176 Bytes
472833f | 1 2 3 4 5 6 | # analytics-service/app/utils/email.py
from typing import Any
def send_pdf_email(*_: Any, **__: Any) -> None:
"""Stub – replace with real e-mail logic later."""
pass |
472833f | 1 2 3 4 5 6 | # analytics-service/app/utils/email.py
from typing import Any
def send_pdf_email(*_: Any, **__: Any) -> None:
"""Stub – replace with real e-mail logic later."""
pass |