airbyte-custom-connector/source-discord-fetcher/main.py

9 lines
143 B
Python

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