mirror of
https://github.com/simple-login/app.git
synced 2024-11-14 08:01:13 +01:00
16 lines
254 B
Python
16 lines
254 B
Python
from .views import (
|
|
index,
|
|
pricing,
|
|
setting,
|
|
custom_alias,
|
|
billing,
|
|
alias_log,
|
|
unsubscribe,
|
|
api_key,
|
|
custom_domain,
|
|
alias_contact_manager,
|
|
mfa_setup,
|
|
mfa_cancel,
|
|
domain_detail,
|
|
lifetime_licence,
|
|
)
|