Files
django-anymail/anymail/__init__.py
2016-02-27 11:16:04 -08:00

4 lines
200 B
Python

from ._version import __version__, VERSION
from .exceptions import (MandrillAPIError, MandrillRecipientsRefused,
NotSerializableForMandrillError, NotSupportedByMandrillError)