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

View File

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