mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
20 lines
321 B
Python
20 lines
321 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,
|
|
directory,
|
|
mailbox,
|
|
deleted_alias,
|
|
mailbox_detail,
|
|
)
|