From 0bc0fa1aac3706aecd9e98f2439794c6527f8d1a Mon Sep 17 00:00:00 2001 From: cmorris2945 Date: Thu, 1 Feb 2024 23:23:02 -0500 Subject: [PATCH] add commit --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 9a2aba34..6e1a648b 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,7 @@ from classes.Sound import Sound from entities.Mario import Mario - +## This is the main file to run the program... windowSize = 640, 480 @@ -38,6 +38,7 @@ def main(): return 'restart' + if __name__ == "__main__": exitmessage = 'restart' while exitmessage == 'restart':