manim-rubikscube icon indicating copy to clipboard operation
manim-rubikscube copied to clipboard

fixed importing problem in the 5th line of the manim_rubikscube/cubie.py

Open ProfMYK opened this issue 1 year ago • 1 comments

The 5th line in the manim_rubikscube/cubie.py file should be

from manim.mobject.geometry.polygram import Square

because Square doesn't exist on manim.mobject.geometry.

ProfMYK avatar Sep 19 '22 17:09 ProfMYK