Update mathgen.py

This commit is contained in:
Luke Weiler
2021-09-26 22:01:18 -04:00
committed by GitHub
parent b8b937f617
commit fae5caa5f3

View File

@@ -1,6 +1,5 @@
from .funcs import * from .funcs import *
from .__init__ import getGenList from .__init__ import getGenList
from worksheetgen.wg import Worksheet
genList = getGenList() genList = getGenList()