From 508ea87a7dab4fed4d29d84025feaeb61fdfa7cc Mon Sep 17 00:00:00 2001 From: Brosef Date: Mon, 16 Jun 2025 20:30:08 +0100 Subject: [PATCH] Added back Dylan's motivational comment that I accidentally removed --- __init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/__init__.py b/__init__.py index fc092b2..33f8f4e 100644 --- a/__init__.py +++ b/__init__.py @@ -4,6 +4,8 @@ from random import randint #import NoPELib #import PDOLib +#Oh god here we go. I'm gonna screw up this entire thing + class Game: def __init__(self, surface, size): """