This commit is contained in:
Rich
2023-12-07 15:22:21 +00:00
parent a36e9d92ed
commit e446f9cce4
50 changed files with 766 additions and 360 deletions

2
gui.py
View File

@@ -3,7 +3,7 @@ import pygame
from pygame.locals import KEYDOWN
from config import cfg
from utils import wrap_multi_line, image_from_data
from utils import wrap_multi_line
# pylint: disable=E1121,R0902,R0903,R0912,R0913