#!/opt/anaconda1anaconda2anaconda3/bin/python

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

exit(main(argv))
