We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c603a34 commit 420889eCopy full SHA for 420889e
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.1.1
4
+
5
+### Others
6
7
+- Fix missing import in README file.
8
9
## 1.1.0
10
11
### Changes
README.md
@@ -34,6 +34,7 @@ print(cube)
34
cube.rotate("R' L2 U D' F B'2 R' L")
35
36
# Solve the 3x3x3 cube
37
+from magiccube.solver.basic.basic_solver import BasicSolver
38
solver = BasicSolver(cube)
39
solver.solve()
40
0 commit comments