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