ForestAdmin/django-forest

View on GitHub
django_forest/authentication/views/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
from .callback import CallbackView
from .index import IndexView
from .logout import LogoutView

__all__ = ['IndexView', 'CallbackView', 'LogoutView']