mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-09-09 23:59:00 +02:00
6 lines
63 B
Python
6 lines
63 B
Python
import uuid
|
|
|
|
|
|
def random_id():
|
|
return uuid.uuid4().hex[:8]
|