#!/usr/bin/env python
import sys
from yams.tools import check_schema
sys.exit(check_schema())
