2018-12-05 16:24:54 +03:00

5 lines
87 B
Python

import logging
from .backend import EmailBackend
logger = logging.getLogger(__name__)