From aabcf3090f5903f391be6534ac5f162d2fd0488a Mon Sep 17 00:00:00 2001 From: Linus E <75929322+Rripped@users.noreply.github.com> Date: Mon, 2 May 2022 17:07:57 +0200 Subject: [PATCH] added python scripts --- source/db_handler.py | 0 source/fetcher.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 source/db_handler.py create mode 100644 source/fetcher.py diff --git a/source/db_handler.py b/source/db_handler.py new file mode 100644 index 0000000..e69de29 diff --git a/source/fetcher.py b/source/fetcher.py new file mode 100644 index 0000000..e3ba3d6 --- /dev/null +++ b/source/fetcher.py @@ -0,0 +1 @@ +"""script with functions for fetching product data from amazon""" \ No newline at end of file