#!python
from sys import exit
from cdhist import main
exit(main())
