gateway/modules/features/aichat/serviceExtraction/subUtils.py
2026-01-22 17:00:29 +01:00

7 lines
123 B
Python

# Copyright (c) 2025 Patrick Motsch
# All rights reserved.
import uuid
def makeId() -> str:
return str(uuid.uuid4())