You can solve sudokus in python packaging.
Not not python code, python packages:
```
[project]
name = "sudoku"
version = "1.0.0"
dependencies = [
"sudoku_3_1 == 2",
"sudoku_5_7 == 6",
"sudoku_0_7 == 5"
...
]
```
and the installed packages are the solution.
@konstin konsti stop doing cursed python things challenge (impossible)
@konstin This is not a new idea
https://github.com/frostming/sodoku-solver
In this repo, I referenced the original article.