forked from mirrors/bookwyrm
5 lines
268 B
Python
5 lines
268 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
|
|
from .landing import About, Home, Feed, Discover
|