From ce3d4bf6c515ead3f15fbc32a41d97961910df33 Mon Sep 17 00:00:00 2001 From: Christian Risi <75698846+CnF-Gris@users.noreply.github.com> Date: Fri, 19 Sep 2025 08:31:00 +0200 Subject: [PATCH] Renamed dir from Script to Scripts --- {Script => Scripts}/DataGathering/analysis.py | 0 {Script => Scripts}/DataGathering/wikipedia_summary_gatherer.py | 0 {Script => Scripts}/fetchdata.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {Script => Scripts}/DataGathering/analysis.py (100%) rename {Script => Scripts}/DataGathering/wikipedia_summary_gatherer.py (100%) rename {Script => Scripts}/fetchdata.py (100%) diff --git a/Script/DataGathering/analysis.py b/Scripts/DataGathering/analysis.py similarity index 100% rename from Script/DataGathering/analysis.py rename to Scripts/DataGathering/analysis.py diff --git a/Script/DataGathering/wikipedia_summary_gatherer.py b/Scripts/DataGathering/wikipedia_summary_gatherer.py similarity index 100% rename from Script/DataGathering/wikipedia_summary_gatherer.py rename to Scripts/DataGathering/wikipedia_summary_gatherer.py diff --git a/Script/fetchdata.py b/Scripts/fetchdata.py similarity index 100% rename from Script/fetchdata.py rename to Scripts/fetchdata.py