Alexis Pentori e1257ad5ff
source-crypto-market-extractor: init new connector
Signed-off-by: Alexis Pentori <alexis@status.im>
2024-01-12 19:16:53 +01:00

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()