", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V",
"W", "X", "Y", "Z"]
def get_short_id...():
id = str(uuid.uuid4()).replace("-", '')
buffer = []
for i in range(0, 8):
start =... i 4
end = i 4 + 4
val = int(id[start:end], 16)
buffer.append(array[val % 62])
return