9 lines
122 B
Python
9 lines
122 B
Python
#
|
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
from .source import SourceAuth0
|
|
|
|
__all__ = ["SourceAuth0"]
|