From 6598e30a4222a3517ac53c520b9a9a3fb69e7a97 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 29 May 2025 11:50:31 +0200 Subject: [PATCH] update hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index e324f90..47c5375 100644 --- a/hello.py +++ b/hello.py @@ -8,6 +8,7 @@ def get_version(): return f.read().strip() print("Version file not found. Returning default version '0.0.0'.") + if __name__ == "__main__": main() print("This script has been executed successfully.") \ No newline at end of file