#!/usr/bin/env python

from sys import exit

from codado.kleinish.urltool import Options

exit(Options.main())
