SWITCH to pygame-ce & REMOVE pygame dependencies

This commit is contained in:
dylandefaoite
2025-05-02 11:39:53 +02:00
parent cd4bfff5e7
commit adb1fd2ca4
7 changed files with 9 additions and 19 deletions

View File

@@ -1,5 +1,3 @@
import pygame
class InfoRenderer:
def __init__(self, screen, styling, match):
self.screen = screen

View File

@@ -1,4 +1,3 @@
import pygame
from widgets.button import Button
from widgets.switch import Switch