mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
4 lines
200 B
Python
4 lines
200 B
Python
from ._version import __version__, VERSION
|
|
from .exceptions import (MandrillAPIError, MandrillRecipientsRefused,
|
|
NotSerializableForMandrillError, NotSupportedByMandrillError)
|