airbyte-custom-connector/source-crypto-market-extractor/main.py

9 lines
151 B
Python

#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#
from source_crypto_market_extractor.run import run
if __name__ == "__main__":
run()