diff options
| -rw-r--r-- | 4.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ from itertools import chain  from utils import open_day  class Board: -    cells: list[int | None] +    cells: list[int]      width: int      height: int      col_hits: list[int] | 
