From 8bda53cee3402ff513b7a52e6bcd00c2b11529df Mon Sep 17 00:00:00 2001 From: Lerking Date: Fri, 28 Mar 2025 11:25:42 +0100 Subject: [PATCH] Update main.py --- main.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index a89a957..592b600 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,6 @@ - - +class NewClass: + def __init__(self): + pass + if __name__ == "__main__": print("Hello from main!") \ No newline at end of file