#!/usr/bin/env python3

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

from hvcc.utils import main

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

