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