"""Default entry point for the schema-salad module."""
from __future__ import absolute_import

import sys

from . import main

sys.exit(main.main())
