mirror of
https://github.com/simple-login/app.git
synced 2024-11-18 01:40:38 +01:00
10 lines
136 B
Python
10 lines
136 B
Python
from .views import (
|
|
index,
|
|
pricing,
|
|
setting,
|
|
custom_alias,
|
|
billing,
|
|
alias_log,
|
|
unsubscribe,
|
|
api_key,
|
|
)
|