Update mathgen.py

importing scipy
This commit is contained in:
helplessThor
2020-10-20 12:36:23 +05:30
committed by GitHub
parent 1d1a6f2740
commit 19a9d4981a

View File

@@ -3,6 +3,7 @@ import math
import fractions import fractions
from .funcs import * from .funcs import *
from .__init__ import getGenList from .__init__ import getGenList
import scipy
genList = getGenList() genList = getGenList()