mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
fix no "import copy" bug
added import copy
This commit is contained in:
parent
9efd02c500
commit
24e3caa072
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import math
|
import math
|
||||||
|
import copy
|
||||||
|
|
||||||
from manimlib.animation.composition import AnimationGroup
|
from manimlib.animation.composition import AnimationGroup
|
||||||
from manimlib.constants import *
|
from manimlib.constants import *
|
||||||
|
|
Loading…
Add table
Reference in a new issue