Update main.py

This commit is contained in:
2025-03-28 11:30:06 +01:00
parent 3c552ff743
commit 6d28844fae

View File

@@ -1,3 +1,6 @@
class NewClass:
def __init__(self):
pass
if __name__ == "__main__":
print("Hello from main!")