mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
16 lines
218 B
Python
16 lines
218 B
Python
from .views import (
|
|
index,
|
|
final,
|
|
setup_done,
|
|
account_activated,
|
|
extension_redirect,
|
|
)
|
|
|
|
__all__ = [
|
|
"index",
|
|
"final",
|
|
"setup_done",
|
|
"account_activated",
|
|
"extension_redirect",
|
|
]
|