diff --git a/anymail/types.py b/anymail/types.py new file mode 100644 index 00000000..3d4187f2 --- /dev/null +++ b/anymail/types.py @@ -0,0 +1 @@ +AnymailRecipientsType = list[dict[str, dict[str, str]]] diff --git a/docs/__init__.py b/docs/__init__.py new file mode 100644 index 00000000..e69de29b