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