Added back Dylan's motivational comment that I accidentally removed

This commit is contained in:
2025-06-16 20:30:08 +01:00
parent 943b116f56
commit 508ea87a7d

View File

@ -4,6 +4,8 @@ from random import randint
#import NoPELib #import NoPELib
#import PDOLib #import PDOLib
#Oh god here we go. I'm gonna screw up this entire thing
class Game: class Game:
def __init__(self, surface, size): def __init__(self, surface, size):
""" """