From 1624221e4539a9991185b315853c0ce65f2c2d3a Mon Sep 17 00:00:00 2001 From: MXS-Jun Date: Mon, 25 Nov 2024 14:15:04 +0800 Subject: [PATCH] Change the dirs and add author information --- build.sh => src/build.sh | 0 main.py => src/main.py | 3 +++ 2 files changed, 3 insertions(+) rename build.sh => src/build.sh (100%) rename main.py => src/main.py (99%) diff --git a/build.sh b/src/build.sh similarity index 100% rename from build.sh rename to src/build.sh diff --git a/main.py b/src/main.py similarity index 99% rename from main.py rename to src/main.py index 7050de0..380313c 100644 --- a/main.py +++ b/src/main.py @@ -1,3 +1,6 @@ +#Developer: MXS-Jun +#Developer Mail: bjtuzj0328@gmail.com + import os import sys import subprocess