import { Executor } from '@certd/executor'
import options from './options.json'
const executor = new Executor()
executor.run(options)