chore: verify connector write path

This commit is contained in:
Normann
2026-08-21 01:09:01 +02:00
parent f686acdef6
commit 5583f54e8e
+6
View File
@@ -0,0 +1,6 @@
"""Versioned utility helpers."""
def noop() -> None:
"""Placeholder helper used for testing connector write access."""
return None