Python-project/build/exe.win32-3.7/colours.py
2019-02-14 22:53:20 +01:00

7 lines
115 B
Python

# colours variables
WHITE=(245, 245, 245)
BLACK=(10, 10, 10)
RED=(245, 0, 0)
BLUE=(0, 0, 245)
BGCOLOR=(87,156,135)