mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Added sympy to the list of default imports
This commit is contained in:
parent
e737ace268
commit
68e47c839b
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ import re
|
||||||
import string
|
import string
|
||||||
import sys
|
import sys
|
||||||
import math
|
import math
|
||||||
|
import sympy
|
||||||
|
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
from colour import Color
|
from colour import Color
|
||||||
|
|
Loading…
Add table
Reference in a new issue