diff --git a/app/main.py b/app/main.py new file mode 100644 index 0000000..fba77ea --- /dev/null +++ b/app/main.py @@ -0,0 +1,2 @@ +def test_simple_check(): + assert 1 == 1