diff options
| author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-13 16:33:41 +0200 |
|---|---|---|
| committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-13 16:33:41 +0200 |
| commit | cab1ca5140de3232719645cbd1cdc2d660db2128 (patch) | |
| tree | 16f2341dd0cb460bde4e9105c020a5ed2402a134 /app.py | |
| parent | 41f6ff58c4800c85e8c2d53498eddc3590acfde9 (diff) | |
Refactoring TUI code.
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ from board.board import Board from tui.tui import Tui, Action -b = Board(10) +b = Board(13) t = Tui() x, y = 0, 0 |