Add Python client placeholders for bundle build (full impl in Plan 3)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""Smart Assistant pairing CLI. Implemented in Plan 3."""
|
||||
|
||||
|
||||
def main() -> None:
|
||||
raise SystemExit("client.pair: placeholder; full implementation comes in Plan 3.")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user