Added sympy to the list of default imports

This commit is contained in:
Grant Sanderson 2021-01-01 20:11:19 -08:00
parent e737ace268
commit 68e47c839b

View file

@ -100,6 +100,7 @@ import re
import string
import sys
import math
import sympy
from PIL import Image
from colour import Color