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