From 48b579d1529d6dd090cd91e8b9ca5dd23918551b Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Thu, 6 Feb 2025 09:12:58 -0500 Subject: [PATCH] Moved Python code to its directory --- motives.py => python/motives.py | 0 snake.py => python/snake.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename motives.py => python/motives.py (100%) rename snake.py => python/snake.py (100%) diff --git a/motives.py b/python/motives.py similarity index 100% rename from motives.py rename to python/motives.py diff --git a/snake.py b/python/snake.py similarity index 100% rename from snake.py rename to python/snake.py