mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
9 lines
142 B
Python
9 lines
142 B
Python
from .views import (
|
|
alias_options,
|
|
new_custom_alias,
|
|
new_random_alias,
|
|
user_info,
|
|
auth_login,
|
|
auth_mfa,
|
|
alias,
|
|
)
|