Update mathgen.py

This commit is contained in:
Luke Weiler
2020-10-19 09:40:13 -04:00
committed by GitHub
parent da1e1a39dd
commit 16ebfb777c

View File

@@ -1,7 +1,7 @@
import random import random
import math import math
import fractions import fractions
from funcs import * from .funcs import *
genList = [] genList = []