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