8 lines
327 B
Python
8 lines
327 B
Python
"""Imports manager"""
|
|
|
|
from .callback import OIDCCallbackView as OIDCCallbackView
|
|
from .finish import OIDCFinishView as OIDCFinishView
|
|
from .injected_auth_page import OIDCInjectedAuthPage as OIDCInjectedAuthPage
|
|
from .redirect import OIDCRedirectView as OIDCRedirectView
|
|
from .welcome import OIDCWelcomeView as OIDCWelcomeView
|