mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Fix the import
Fix the import statement
This commit is contained in:
parent
952a598e3b
commit
762f1abef7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from manimlib.imports import *
|
||||
from manimlib import *
|
||||
|
||||
class SquareToCircle(Scene):
|
||||
def construct(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue