#!/usr/bin/python

from sys import argv, exit
from directional_parity.decoder import main

exit(main(argv))
