1
0
mirror of synced 2026-01-02 21:02:43 -05:00
Files
airbyte/airbyte-cdk/python/airbyte_cdk/sources/streams/__init__.py
2021-05-09 15:27:38 -07:00

5 lines
76 B
Python

# Initialize Streams Package
from .core import Stream
__all__ = ["Stream"]