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