From 6f76791798e06266391324650d50144cfd9e4d1d Mon Sep 17 00:00:00 2001 From: UTSAVS26 <119779889+UTSAVS26@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:56:57 +0000 Subject: [PATCH] Update repo structure --- Repo-structure.md | 3 +++ repo_structure.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Repo-structure.md b/Repo-structure.md index 0a893f4464..43351a4c84 100644 --- a/Repo-structure.md +++ b/Repo-structure.md @@ -165,6 +165,9 @@ │ │ ├── rainbow_spiral.py │ │ ├── turtle.py │ │ └── turtle_spiral.py +│ ├── URL_Shortener +│ │ ├── README.md +│ │ └── url_shortener.py │ ├── Web Scraper │ │ ├── README.md │ │ └── web_scraper.py diff --git a/repo_structure.txt b/repo_structure.txt index 2d9aea49e2..4c72aeae34 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -163,6 +163,9 @@ │ │ ├── rainbow_spiral.py │ │ ├── turtle.py │ │ └── turtle_spiral.py +│ ├── URL_Shortener +│ │ ├── README.md +│ │ └── url_shortener.py │ ├── Web Scraper │ │ ├── README.md │ │ └── web_scraper.py