1
0
mirror of synced 2026-01-26 13:01:49 -05:00
Files
airbyte/airbyte-cdk/python/airbyte_cdk/sources/streams/__init__.py

9 lines
244 B
Python

#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#
# Initialize Streams Package
from .core import FULL_REFRESH_SENTINEL_STATE_KEY, IncrementalMixin, Stream
__all__ = ["FULL_REFRESH_SENTINEL_STATE_KEY", "IncrementalMixin", "Stream"]