# -*- coding: utf-8 -*- """Fallback build fingerprint for source-tree Native Messaging execution.""" BUILD_FINGERPRINT: dict[str, str | None] = { "commit": "unknown", "builtAt": None, }