mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
11 lines
155 B
Python
11 lines
155 B
Python
from .views import (
|
|
index,
|
|
pricing,
|
|
setting,
|
|
custom_alias,
|
|
billing,
|
|
alias_log,
|
|
unsubscribe,
|
|
api_key,
|
|
custom_domain,
|
|
)
|