Remove mathgen (#396)

* Improve generator __init__ function

* Move Generator to new file, remove mathgen

* Remove getGenList redundancies

* Add backwards compatibility import mathgen from

* Insort to genList

* Linter fixes

* Lint fixes
This commit is contained in:
Luke Weiler
2022-12-19 14:01:52 -05:00
committed by GitHub
parent 7819215aca
commit 8e264e6b23
130 changed files with 174 additions and 175 deletions

View File

@@ -1,4 +1,4 @@
from ...__init__ import Generator
from ...generator import Generator
import random
import math