#!/usr/bin/python3

import sys

from pyproject_parser.__main__ import check


if __name__ == "__main__":
    sys.exit(check())
