"""Generate and print a random UUID4.""" import uuid def main(args: list[str]): print(uuid.uuid4())