fix no "import copy" bug

added import copy
This commit is contained in:
Bill Xi 2022-01-03 16:49:00 +08:00 committed by GitHub
parent 9efd02c500
commit 24e3caa072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
import numpy as np
import math
import copy
from manimlib.animation.composition import AnimationGroup
from manimlib.constants import *