def get_uuid()

in src/tokenizer/hash_gen.py [0:0]


def get_uuid ():
    uuidFour = uuid.uuid4()
    print (uuidFour)
    return uuidFour