#!/usr/bin/env python3

""" Program executable. """

import sys
import cedict_to_csv

sys.exit(cedict_to_csv.main(sys.argv))
