mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-08 03:00:37 +00:00
6 lines
64 B
Python
6 lines
64 B
Python
LARGEUR_ECRAN = 600
|
|
HAUTEUR_ECRAN = 800
|
|
|
|
BLANC = (255,255,255)
|
|
|