News

rubix-cube-solver/ ├── solver/ │ ├── __init__.py │ ├── cube.py │ └── pieces.py ├── tests/ │ └── test_cube.py ├── uml ...