#!/opt/anaconda1anaconda2anaconda3/bin/python

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

exit(main(argv))
