From 1fadf4f119c810669f44dcad2ce7e5e99d1a763d Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Mon, 3 Jun 2024 06:47:42 +0200 Subject: [PATCH] refactor --- compile.py => utils/compile.py | 0 run.py => utils/run.py | 0 utils.py => utils/utils.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename compile.py => utils/compile.py (100%) rename run.py => utils/run.py (100%) rename utils.py => utils/utils.py (100%) diff --git a/compile.py b/utils/compile.py similarity index 100% rename from compile.py rename to utils/compile.py diff --git a/run.py b/utils/run.py similarity index 100% rename from run.py rename to utils/run.py diff --git a/utils.py b/utils/utils.py similarity index 100% rename from utils.py rename to utils/utils.py