mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-07 10:50:36 +00:00
5 lines
65 B
Python
5 lines
65 B
Python
LARGEUR_ECRAN = 600
|
|
HAUTEUR_ECRAN = 800
|
|
|
|
BLANC = (255, 255, 255)
|