dataset/seed/vaultwarden/funcs/vaultwarden.py

7 lines
77 B
Python
Raw Normal View History

2022-03-08 19:42:28 +01:00
from uuid import uuid4 as _uuid4
def gen_uuid():
return str(_uuid4())