6 lines
164 B
Python
6 lines
164 B
Python
"""UI config flow re-export"""
|
|
|
|
# pylint: disable=useless-import-alias
|
|
# pylint: disable=unused-import
|
|
from .config.ui_flow import OIDCConfigFlow as OIDCConfigFlow
|