mirror of
https://github.com/simple-login/app.git
synced 2024-11-02 20:01:01 +01:00
17 lines
233 B
Python
17 lines
233 B
Python
from .views import (
|
|
alias_options,
|
|
new_custom_alias,
|
|
custom_domain,
|
|
new_random_alias,
|
|
user_info,
|
|
auth,
|
|
auth_mfa,
|
|
alias,
|
|
apple,
|
|
mailbox,
|
|
notification,
|
|
setting,
|
|
export,
|
|
phone,
|
|
)
|