git rm grouprun.py

This commit is contained in:
Arthur O'Dwyer
2017-04-16 17:38:32 -07:00
parent d60ba5277c
commit 6fcf2f3350

View File

@ -1,16 +0,0 @@
from workspace import workspace
class GroupRun(object):
def __init__(self):
self.name = 'xxx'
self.maximumNumberOfRuns = 1000
self.runStrings = []
self.answers = []
self.scores = [0] * 100
self.initial = workspace.initial
self.modified = workspace.modified
self.target = workspace.target
groupRun = GroupRun()