ruslanmv's picture
Deploy Matrix Context Console
ce45eb0 verified
Raw
History Blame Contribute Delete
167 Bytes
"""Governance: identity. [v1 — stub]"""
def identity(*a, **k): # pragma: no cover - [v1]
raise NotImplementedError("Governance (identity) is a v1 component.")