#!/usr/bin/python
from bigsky.outputs.exiv2 import main
import sys

sys.exit(main())
