#!/usr/bin/python

import sys

from ocrodjvu.cli import ocrodjvu as _

_.main(sys.argv)

# vim:ts=4 sts=4 sw=4 et
