#!/usr/bin/python3

import sys

from tempest.cmd.subunit_describe_calls import entry_point


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