From 17202cf862a2effad8b499785b29f40d24db5beb Mon Sep 17 00:00:00 2001 From: UTSAVS26 <119779889+UTSAVS26@users.noreply.github.com> Date: Sun, 6 Oct 2024 07:41:02 +0000 Subject: [PATCH] Update repo structure --- Repo-structure.md | 4 ++++ repo_structure.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Repo-structure.md b/Repo-structure.md index 631d603b5b..3e67bca283 100644 --- a/Repo-structure.md +++ b/Repo-structure.md @@ -82,6 +82,10 @@ │ ├── README.md │ └── requirements.txt ├── Beginner_Projects +│ ├── Bar-Code-Generator +│ │ ├── README.md +│ │ ├── barCodeGenerator.py +│ │ └── requirements.txt │ ├── Calculator_App │ │ ├── README.md │ │ └── main.py diff --git a/repo_structure.txt b/repo_structure.txt index 7707c472d6..bc2671b6af 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -80,6 +80,10 @@ │ ├── README.md │ └── requirements.txt ├── Beginner_Projects +│ ├── Bar-Code-Generator +│ │ ├── README.md +│ │ ├── barCodeGenerator.py +│ │ └── requirements.txt │ ├── Calculator_App │ │ ├── README.md │ │ └── main.py