5 lines
87 B
Python
5 lines
87 B
Python
import logging
|
|
from .backend import EmailBackend
|
|
|
|
logger = logging.getLogger(__name__)
|