Fix the import

Fix the import statement
This commit is contained in:
meadlai 2021-09-04 21:31:57 +08:00 committed by GitHub
parent 952a598e3b
commit 762f1abef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
from manimlib.imports import *
from manimlib import *
class SquareToCircle(Scene):
def construct(self):