moviewyrm/bookwyrm/views/__init__.py

3 lines
103 B
Python
Raw Normal View History

2021-01-12 16:08:43 +00:00
''' make sure all our nice views are available '''
2021-01-12 16:19:08 +00:00
from .authentication import LoginView, RegisterView