Alexis Pentori 84ebdba956 renaming source-social-network-fetcher into source-twitter-fetcher
Signed-off-by: Alexis Pentori <alexis@status.im>
2024-02-15 12:02:02 +01:00

9 lines
143 B
Python

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