app-MAIL-temp/app/auth/__init__.py

15 lines
203 B
Python

from .views import (
login,
logout,
register,
activate,
resend_activation,
reset_password,
forgot_password,
github,
google,
facebook,
change_email,
mfa,
)