Alexis Pentori efdc754e66
simplecast-connector: init connector
Signed-off-by: Alexis Pentori <alexis@status.im>
2024-03-07 18:13:41 +01:00

9 lines
146 B
Python

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