earthsnake/earthsnake/syncer/util.py

3 lines
76 B
Python

def make_id() -> str:
return str(randint(0, 999999999999999)).zfill(15)