gateway/modules/services/serviceExtraction/subUtils.py
2025-10-03 01:41:50 +02:00

5 lines
64 B
Python

import uuid
def makeId() -> str:
return str(uuid.uuid4())