From 18b2bfe28680ea01ec228e4622abfc95828b8caa Mon Sep 17 00:00:00 2001 From: VBB62 Date: Mon, 16 Dec 2024 14:55:09 +0530 Subject: [PATCH] first moduification --- helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index 59701dbe..e800b314 100755 --- a/helloworld.py +++ b/helloworld.py @@ -3,7 +3,7 @@ """Top-level script to invoke helloworld implementation.""" import sys -import helloworld.main +import helloworld.py if __name__ == '__main__': sys.exit(helloworld.main.main())