#!/usr/bin/python3

import sys

from subunit.filter_scripts.subunit_notify import main


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