2020-01-20 15:00:56 +01:00
|
|
|
from .views import (
|
|
|
|
alias_options,
|
|
|
|
new_custom_alias,
|
|
|
|
new_random_alias,
|
|
|
|
user_info,
|
2020-04-09 20:31:53 +02:00
|
|
|
auth,
|
2020-01-20 15:00:56 +01:00
|
|
|
auth_mfa,
|
2020-02-04 17:26:59 +01:00
|
|
|
alias,
|
2020-04-19 11:13:38 +02:00
|
|
|
apple,
|
2020-01-20 15:00:56 +01:00
|
|
|
)
|