Merge branch 'master' into restructure

This commit is contained in:
Luke Weiler
2020-10-18 23:56:11 -04:00
committed by GitHub
2 changed files with 2 additions and 27 deletions

View File

@@ -5,7 +5,6 @@ from .funcs import *
genList = []
# || Generator class
class Generator:
def __init__(self, title, id, generalProb, generalSol, func):