dataset/seed/vaultwarden/funcs/vaultwarden.py
2022-07-01 22:10:33 +02:00

6 lines
77 B
Python

from uuid import uuid4 as _uuid4
def gen_uuid():
return str(_uuid4())