From c76f84f8485b6e1d55803f60921deb33dd09e57c Mon Sep 17 00:00:00 2001 From: UTSAVS26 Date: Fri, 4 Oct 2024 14:16:08 +0000 Subject: [PATCH] Update repo structure --- README.md | 1 + repo_structure.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index df49524af9..3d7842a2a7 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ The PyVerse repository is organized as follows: │ └── Turtle │ ├── Readme.md │ ├── rainbow_spiral.py +│ ├── turtle.py │ └── turtle_spiral.py ├── Blockchain_Development ├── CODE_OF_CONDUCT.md diff --git a/repo_structure.txt b/repo_structure.txt index 6c00d1c170..fdecf702bc 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -41,6 +41,7 @@ │ └── Turtle │ ├── Readme.md │ ├── rainbow_spiral.py +│ ├── turtle.py │ └── turtle_spiral.py ├── Blockchain_Development ├── CODE_OF_CONDUCT.md