mirror of
https://github.com/status-im/airbyte-custom-connector.git
synced 2025-02-20 12:48:48 +00:00
9 lines
140 B
Python
9 lines
140 B
Python
#
|
|
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
from .source import SourceCustomBambooHr
|
|
|
|
__all__ = ["SourceCustomBambooHr"]
|