From 9e0283cc451a8f1ab6e475e97123a4613ebe3183 Mon Sep 17 00:00:00 2001 From: bobbycxy Date: Wed, 19 Nov 2025 05:13:12 +0000 Subject: [PATCH] delete temp and other things --- thisisatest-v0/env.py => env.py | 0 thisisatest-v0/lalala.py => lalala.py | 0 thisisatest-v0/pyproject.toml => pyproject.toml | 0 thisisatest-v0/readme.md => readme.md | 0 thisisatest-v0/thisisatest-v0/yoyo.py | 1 - thisisatest-v0/yoyo.py | 3 +-- yoyo.py | 2 ++ thisisatest-v0/yoyoyo.py => yoyoyo.py | 0 8 files changed, 3 insertions(+), 3 deletions(-) rename thisisatest-v0/env.py => env.py (100%) rename thisisatest-v0/lalala.py => lalala.py (100%) rename thisisatest-v0/pyproject.toml => pyproject.toml (100%) rename thisisatest-v0/readme.md => readme.md (100%) delete mode 100644 thisisatest-v0/thisisatest-v0/yoyo.py create mode 100644 yoyo.py rename thisisatest-v0/yoyoyo.py => yoyoyo.py (100%) diff --git a/thisisatest-v0/env.py b/env.py similarity index 100% rename from thisisatest-v0/env.py rename to env.py diff --git a/thisisatest-v0/lalala.py b/lalala.py similarity index 100% rename from thisisatest-v0/lalala.py rename to lalala.py diff --git a/thisisatest-v0/pyproject.toml b/pyproject.toml similarity index 100% rename from thisisatest-v0/pyproject.toml rename to pyproject.toml diff --git a/thisisatest-v0/readme.md b/readme.md similarity index 100% rename from thisisatest-v0/readme.md rename to readme.md diff --git a/thisisatest-v0/thisisatest-v0/yoyo.py b/thisisatest-v0/thisisatest-v0/yoyo.py deleted file mode 100644 index 264fea8..0000000 --- a/thisisatest-v0/thisisatest-v0/yoyo.py +++ /dev/null @@ -1 +0,0 @@ -print("yoyo") \ No newline at end of file diff --git a/thisisatest-v0/yoyo.py b/thisisatest-v0/yoyo.py index 288db63..264fea8 100644 --- a/thisisatest-v0/yoyo.py +++ b/thisisatest-v0/yoyo.py @@ -1,2 +1 @@ -print("yoyo") -print("change") \ No newline at end of file +print("yoyo") \ No newline at end of file diff --git a/yoyo.py b/yoyo.py new file mode 100644 index 0000000..288db63 --- /dev/null +++ b/yoyo.py @@ -0,0 +1,2 @@ +print("yoyo") +print("change") \ No newline at end of file diff --git a/thisisatest-v0/yoyoyo.py b/yoyoyo.py similarity index 100% rename from thisisatest-v0/yoyoyo.py rename to yoyoyo.py