mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
7 lines
80 B
Python
7 lines
80 B
Python
from .base import *
|
|
|
|
try:
|
|
from .local import *
|
|
except ImportError:
|
|
pass
|