git.fiddlerwoaroof.com
Raw Blame History
// @flow

'use strict';

import runnerBuilder from './prepare';

const runner = runnerBuilder();

runner().then(console.log);