From ded909bc64fe206932f0e26bdc968b1e4a38b7b1 Mon Sep 17 00:00:00 2001 From: Kexuzzz Date: Sun, 28 Jan 2024 01:57:03 +0600 Subject: [PATCH] SECOND commit --- myfirsttestfile.py => mysrc/myfirsttestfile.py | 0 secondfile.py => mysrc/secondfile.py | 0 test_myfirsttestfile.py => mysrc/test_myfirsttestfile.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename myfirsttestfile.py => mysrc/myfirsttestfile.py (100%) rename secondfile.py => mysrc/secondfile.py (100%) rename test_myfirsttestfile.py => mysrc/test_myfirsttestfile.py (100%) diff --git a/myfirsttestfile.py b/mysrc/myfirsttestfile.py similarity index 100% rename from myfirsttestfile.py rename to mysrc/myfirsttestfile.py diff --git a/secondfile.py b/mysrc/secondfile.py similarity index 100% rename from secondfile.py rename to mysrc/secondfile.py diff --git a/test_myfirsttestfile.py b/mysrc/test_myfirsttestfile.py similarity index 100% rename from test_myfirsttestfile.py rename to mysrc/test_myfirsttestfile.py