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