#!/usr/bin/env python

from sys import exit

from yamlschema.lib import ValidateConfig

exit(ValidateConfig.main())
