#!/usr/bin/env python3

"""cjk-defn: program executable."""

import sys
import cjk_defn

sys.exit(cjk_defn.main(sys.argv))
