From 9c5e4d0510d78aec162f21cde0cd80dc91bdbd48 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 29 May 2025 12:31:06 +0200 Subject: [PATCH] test --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index 17947f7..3547936 100644 --- a/hello.py +++ b/hello.py @@ -6,6 +6,7 @@ def main(): def get_version(): with open(".version") as f: return f.read().strip() + print("Done") if __name__ == "__main__": main()