#!/usr/bin/env python
"""\
C'Dent command line script.
"""

import sys

from cdent.command import Command

Command(sys.argv).main()
