"""Smart Assistant client entry point. Implemented in Plan 3.""" def main() -> None: raise SystemExit("client.main: placeholder; full implementation comes in Plan 3.") if __name__ == "__main__": main()