1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/airbyte-integrations/connectors/source-iterable/source_iterable/__init__.py

6 lines
123 B
Python

# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
from .source import SourceIterable
__all__ = ["SourceIterable"]