#!/usr/bin/python3

import sys

from tempest.lib.cmd.check_uuid import run


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