From ed942408fc67b820a737964936bc3b1ab6ab8c8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:57:21 +0000 Subject: [PATCH] Update repo structure --- Documentation/PROJECT_STRUCTURE.md | 1 + Documentation/repo_structure.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Documentation/PROJECT_STRUCTURE.md b/Documentation/PROJECT_STRUCTURE.md index 6e5e54f..bc46def 100644 --- a/Documentation/PROJECT_STRUCTURE.md +++ b/Documentation/PROJECT_STRUCTURE.md @@ -65,6 +65,7 @@ │ │ ├── view.png │ │ └── visualization.png │ ├── main.py +│ ├── manage_data.py │ ├── report.py │ └── tempCodeRunnerFile.py └── website/ diff --git a/Documentation/repo_structure.txt b/Documentation/repo_structure.txt index d540555..f6dcf1f 100644 --- a/Documentation/repo_structure.txt +++ b/Documentation/repo_structure.txt @@ -61,6 +61,7 @@ │ │ ├── view.png │ │ └── visualization.png │ ├── main.py +│ ├── manage_data.py │ ├── report.py │ └── tempCodeRunnerFile.py └── website/