Source code for api.common.identifiers

import uuid


# ------------------------------ #
# Identifier routines definition #
# ------------------------------ #

[docs]def get_identifier(): """Return a unique identifier""" return uuid.uuid4().hex