From ed308e57d2a47e2655661fdbb2b54058f18b8e90 Mon Sep 17 00:00:00 2001 From: CaedenPH Date: Tue, 9 Jan 2024 20:33:57 +0000 Subject: [PATCH] fix(structure): Lowercase python --- algorithms/{Python => python}/esoteric/fibonacci.py | 0 algorithms/{Python => python}/esoteric/morse_code.py | 0 algorithms/{Python => python}/langtons_ant.py | 0 algorithms/{Python => python}/number_container_system.py | 0 algorithms/{Python => python}/sudoku.py | 0 algorithms/{Python => python}/wa_tor.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename algorithms/{Python => python}/esoteric/fibonacci.py (100%) rename algorithms/{Python => python}/esoteric/morse_code.py (100%) rename algorithms/{Python => python}/langtons_ant.py (100%) rename algorithms/{Python => python}/number_container_system.py (100%) rename algorithms/{Python => python}/sudoku.py (100%) rename algorithms/{Python => python}/wa_tor.py (100%) diff --git a/algorithms/Python/esoteric/fibonacci.py b/algorithms/python/esoteric/fibonacci.py similarity index 100% rename from algorithms/Python/esoteric/fibonacci.py rename to algorithms/python/esoteric/fibonacci.py diff --git a/algorithms/Python/esoteric/morse_code.py b/algorithms/python/esoteric/morse_code.py similarity index 100% rename from algorithms/Python/esoteric/morse_code.py rename to algorithms/python/esoteric/morse_code.py diff --git a/algorithms/Python/langtons_ant.py b/algorithms/python/langtons_ant.py similarity index 100% rename from algorithms/Python/langtons_ant.py rename to algorithms/python/langtons_ant.py diff --git a/algorithms/Python/number_container_system.py b/algorithms/python/number_container_system.py similarity index 100% rename from algorithms/Python/number_container_system.py rename to algorithms/python/number_container_system.py diff --git a/algorithms/Python/sudoku.py b/algorithms/python/sudoku.py similarity index 100% rename from algorithms/Python/sudoku.py rename to algorithms/python/sudoku.py diff --git a/algorithms/Python/wa_tor.py b/algorithms/python/wa_tor.py similarity index 100% rename from algorithms/Python/wa_tor.py rename to algorithms/python/wa_tor.py