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

@@ -3,7 +3,6 @@ from widgets.button import Button
from models.match import Match
from models.player import Player
from models.team import Team
from pgu import gui
import demoparser2
import pygame
import pygame_gui