#!/usr/bin/env python3

""" Program executable. """

import sys
import edict1_to_csv

sys.exit(edict1_to_csv.main(sys.argv))
