From a45faf6f30cd82a4dc12806fcb31b9e963267d2b Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Sat, 17 Feb 2024 12:28:52 -0800 Subject: [PATCH] remove initial files --- lmm_tools/hello_world.py | 2 -- tests/test_hello_world.py | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 lmm_tools/hello_world.py delete mode 100644 tests/test_hello_world.py diff --git a/lmm_tools/hello_world.py b/lmm_tools/hello_world.py deleted file mode 100644 index cd6ecd9b..00000000 --- a/lmm_tools/hello_world.py +++ /dev/null @@ -1,2 +0,0 @@ -if __name__ == "__main__": - print("Hello, World!") diff --git a/tests/test_hello_world.py b/tests/test_hello_world.py deleted file mode 100644 index 608cef36..00000000 --- a/tests/test_hello_world.py +++ /dev/null @@ -1,2 +0,0 @@ -def test(): - assert 1 == 1