import ExampleCopy from './examplecopy'

import {
    input,
    output,
    force,
    silent
} from './argv'

new ExampleCopy(input, output, force, silent)
