forked from mirrors/bookwyrm
3 lines
177 B
Python
3 lines
177 B
Python
''' make sure all our nice views are available '''
|
|
from .authentication import Login, Register, Logout
|
|
from .password import PasswordResetRequest, PasswordReset, ChangePassword
|