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")