"""Executable entry point for the single-file GovOPlaN deployer.""" from govoplan_deploy.cli import main raise SystemExit(main())