bookwyrm-mastodon/bookwyrm/views/__init__.py

3 lines
103 B
Python
Raw Normal View History

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