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