From 26859d41771d3b7f1c200b298784ce130de74512 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 24 Jan 2025 14:50:44 +0100 Subject: [PATCH] refactor: rename src dir to senju this is due to python moduling stuff --- senju/main.py | 2 ++ src/main.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 senju/main.py delete mode 100755 src/main.py diff --git a/senju/main.py b/senju/main.py new file mode 100644 index 0000000..e3095b2 --- /dev/null +++ b/senju/main.py @@ -0,0 +1,2 @@ +def main(): + print("hello world") diff --git a/src/main.py b/src/main.py deleted file mode 100755 index 8cde782..0000000 --- a/src/main.py +++ /dev/null @@ -1 +0,0 @@ -print("hello world")