From 7ebfb1e7140c24b9ebeea45137784f3d182cffb1 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 25 Oct 2022 08:57:00 +0100 Subject: [PATCH] Make the game size Final I mean... the clue is in the name of the game, right? --- examples/five_by_five.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/five_by_five.py b/examples/five_by_five.py index 7bd2f200c..20bbea80f 100644 --- a/examples/five_by_five.py +++ b/examples/five_by_five.py @@ -159,7 +159,7 @@ class GameGrid(Widget): class Game(Screen): """Main 5x5 game grid screen.""" - SIZE = 5 + SIZE: Final = 5 """The size of the game grid. Clue's in the name really.""" BINDINGS = [