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':