From 0581a913ffdcc0a69bd82a60c6558e8541c43699 Mon Sep 17 00:00:00 2001 From: Lince mathew Date: Tue, 20 Feb 2024 21:15:12 +0530 Subject: [PATCH] fix(minor): moved python files to a folder --- Dockerfile => python/Dockerfile | 0 code_theme.py => python/code_theme.py | 0 ghost_upload_image.py => python/ghost_upload_image.py | 0 glee.py => python/glee.py | 0 handle_config.py => python/handle_config.py | 0 hasher.py => python/hasher.py | 0 images.py => python/images.py | 0 install.sh => python/install.sh | 0 poetry.lock => python/poetry.lock | 0 pyproject.toml => python/pyproject.toml | 0 s3.py => python/s3.py | 0 styles.py => python/styles.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename Dockerfile => python/Dockerfile (100%) rename code_theme.py => python/code_theme.py (100%) rename ghost_upload_image.py => python/ghost_upload_image.py (100%) rename glee.py => python/glee.py (100%) rename handle_config.py => python/handle_config.py (100%) rename hasher.py => python/hasher.py (100%) rename images.py => python/images.py (100%) rename install.sh => python/install.sh (100%) rename poetry.lock => python/poetry.lock (100%) rename pyproject.toml => python/pyproject.toml (100%) rename s3.py => python/s3.py (100%) rename styles.py => python/styles.py (100%) diff --git a/Dockerfile b/python/Dockerfile similarity index 100% rename from Dockerfile rename to python/Dockerfile diff --git a/code_theme.py b/python/code_theme.py similarity index 100% rename from code_theme.py rename to python/code_theme.py diff --git a/ghost_upload_image.py b/python/ghost_upload_image.py similarity index 100% rename from ghost_upload_image.py rename to python/ghost_upload_image.py diff --git a/glee.py b/python/glee.py similarity index 100% rename from glee.py rename to python/glee.py diff --git a/handle_config.py b/python/handle_config.py similarity index 100% rename from handle_config.py rename to python/handle_config.py diff --git a/hasher.py b/python/hasher.py similarity index 100% rename from hasher.py rename to python/hasher.py diff --git a/images.py b/python/images.py similarity index 100% rename from images.py rename to python/images.py diff --git a/install.sh b/python/install.sh similarity index 100% rename from install.sh rename to python/install.sh diff --git a/poetry.lock b/python/poetry.lock similarity index 100% rename from poetry.lock rename to python/poetry.lock diff --git a/pyproject.toml b/python/pyproject.toml similarity index 100% rename from pyproject.toml rename to python/pyproject.toml diff --git a/s3.py b/python/s3.py similarity index 100% rename from s3.py rename to python/s3.py diff --git a/styles.py b/python/styles.py similarity index 100% rename from styles.py rename to python/styles.py