earthsnake/earthsnake/syncer/util.py

3 lines
76 B
Python
Raw Normal View History

2022-04-12 13:25:29 +00:00
def make_id() -> str:
return str(randint(0, 999999999999999)).zfill(15)