moviewyrm/bookwyrm/views/__init__.py
2021-01-12 08:48:47 -08:00

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