Python-project/build/exe.win-amd64-3.7/colours.py

7 lines
115 B
Python
Raw Normal View History

2019-02-07 14:26:48 +01:00
# colours variables
WHITE=(245, 245, 245)
BLACK=(10, 10, 10)
RED=(245, 0, 0)
BLUE=(0, 0, 245)
BGCOLOR=(87,156,135)