mirror of
https://github.com/status-im/airbyte-custom-connector.git
synced 2025-02-20 12:48:48 +00:00
9 lines
146 B
Python
9 lines
146 B
Python
#
|
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
from source_simplecast_fecther.run import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|