airbyte-custom-connector/wallet-fetcher/source_wallet_fetcher/__init__.py

9 lines
138 B
Python

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