from .base import MailIntakeAdapter from .gmail import MailIntakeGmailAdapter __all__ = ["MailIntakeAdapter", "MailIntakeGmailAdapter"]