From cf0f811750514f860c28161589241257305e48ef Mon Sep 17 00:00:00 2001 From: Technerd Brainiac <72148261+Harsha200105@users.noreply.github.com> Date: Wed, 23 Nov 2022 00:09:49 +0530 Subject: [PATCH] Movetosrc --- Jarvis2.py => src/Jarvis2.py | 0 Jarvis2_4windows.py => src/Jarvis2_4windows.py | 0 actions.py => src/actions.py | 0 commands.py => src/commands.py | 0 gui.py => src/gui.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename Jarvis2.py => src/Jarvis2.py (100%) mode change 100755 => 100644 rename Jarvis2_4windows.py => src/Jarvis2_4windows.py (100%) rename actions.py => src/actions.py (100%) rename commands.py => src/commands.py (100%) rename gui.py => src/gui.py (100%) diff --git a/Jarvis2.py b/src/Jarvis2.py old mode 100755 new mode 100644 similarity index 100% rename from Jarvis2.py rename to src/Jarvis2.py diff --git a/Jarvis2_4windows.py b/src/Jarvis2_4windows.py similarity index 100% rename from Jarvis2_4windows.py rename to src/Jarvis2_4windows.py diff --git a/actions.py b/src/actions.py similarity index 100% rename from actions.py rename to src/actions.py diff --git a/commands.py b/src/commands.py similarity index 100% rename from commands.py rename to src/commands.py diff --git a/gui.py b/src/gui.py similarity index 100% rename from gui.py rename to src/gui.py