#!python

# -*- coding: utf-8 -*-
import sys

from hvcc import main

if __name__ == '__main__':
    sys.exit(main())

