From c2a1d0da3c726e2985913c365af01ba18816012e Mon Sep 17 00:00:00 2001 From: Irina Ternovaja Date: Mon, 19 Feb 2024 08:18:55 +0000 Subject: [PATCH] Upload files to "/" --- button.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/button.py b/button.py index 77b7315..618ba3f 100644 --- a/button.py +++ b/button.py @@ -1,3 +1,5 @@ +import pygame + class Button(): def __init__(self, x, y, image, scale): width = image.get_width()