Skip to content

Commit 7ebfb1e

Browse files
committed
Make the game size Final
I mean... the clue is in the name of the game, right?
1 parent ce6ed54 commit 7ebfb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/five_by_five.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def compose(self) -> ComposeResult:
159159
class Game(Screen):
160160
"""Main 5x5 game grid screen."""
161161

162-
SIZE = 5
162+
SIZE: Final = 5
163163
"""The size of the game grid. Clue's in the name really."""
164164

165165
BINDINGS = [

0 commit comments

Comments
 (0)