diff --git a/python_test_project/cli.py b/python_test_project/cli.py index cabb655..96535ab 100644 --- a/python_test_project/cli.py +++ b/python_test_project/cli.py @@ -25,4 +25,4 @@ def main(): # pragma: no cover * List all available tasks * Run an application (Flask, FastAPI, Django, etc.) """ - print("This will do something") + print("Hello world!")