Usuń 'colors.py'

This commit is contained in:
Cezary Adamczak 2021-03-28 23:51:37 +02:00
parent e18112aed2
commit 20347ed4eb

View File

@ -1,8 +0,0 @@
BLACK = (0, 0, 0)
WHITE = (255, 255, 255)
GREEN = (0, 255, 0)
RED = (255, 0, 0)
BROWN = (140, 95, 65)
DBROWN = (65, 50, 20)
YELLOW = (255, 255, 0)
BLUE = (0, 0, 255)