From 8c9eab1ed3cd652cd1569a94680e2c202718a585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B8=D0=BD=D0=B0=D1=80=20=D0=9C=D0=B8=D1=80=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D0=B8=D1=82=D0=BE=D0=B2?= Date: Thu, 4 Jun 2026 12:11:27 +0000 Subject: [PATCH] Solution published: update agent.py --- agent.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agent.py b/agent.py index f680389..6338280 100644 --- a/agent.py +++ b/agent.py @@ -20,6 +20,8 @@ from typing import Iterable, Dict class interrupt: # pragma: no cover pass +interrupt() + class Command: # pragma: no cover def __init__(self, resume=None): self.resume = resume