from __future__ import annotations def main() -> int: print("OUTCOME_EVAL_WINDOW_OK") return 0 if __name__ == "__main__": raise SystemExit(main())