6 lines
137 B
Python
6 lines
137 B
Python
# pylint: disable=unused-import
|
|
|
|
from .oidc import oidc_provider_views
|
|
from .auth import auth_views
|
|
from .frontend import frontend_views
|