#!/usr/bin/env python
"""Executable script associated with preprocess module."""
from preprocess import *
sys.exit(main(sys.argv))
