5 lines
144 B
Python
5 lines
144 B
Python
from .base import MailIntakeAuthProvider
|
|
from .google import MailIntakeGoogleAuth
|
|
|
|
__all__ = ["MailIntakeAuthProvider", "MailIntakeGoogleAuth"]
|