From c6ca525778d7dfdf38d6540897d077a954b3bdbf Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 19 Nov 2022 14:44:06 +0100 Subject: [PATCH] move run.py --- run.sh | 2 +- run.py => stacosys/run.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename run.py => stacosys/run.py (100%) diff --git a/run.sh b/run.sh index 3ee772c..fb544ec 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #!/bin/sh -python3 run.py "$@" +python3 stacosys/run.py "$@" diff --git a/run.py b/stacosys/run.py similarity index 100% rename from run.py rename to stacosys/run.py