git rm grouprun.py
This commit is contained in:
@ -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()
|
||||
Reference in New Issue
Block a user