class Tryouts

def run path

def run path
  batch = parse path
  batch.run
  batch
end