From e56ff2d847d76ba59350cadef465c8f1027a1f36 Mon Sep 17 00:00:00 2001 From: ElectronixTM Date: Mon, 31 Mar 2025 12:33:22 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=BE=D0=B1=D1=80=D0=B0=D1=89=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BA=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dpdebugger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dpdebugger.py b/src/dpdebugger.py index 4c2a958..b799d6e 100644 --- a/src/dpdebugger.py +++ b/src/dpdebugger.py @@ -3,7 +3,7 @@ хоть как-то помочь """ -from emulator.vm import VM, VMException, Breakpoint, Condition, WORD_SIZE +from vm import VM, VMException, Breakpoint, Condition, WORD_SIZE from dataclasses import dataclass from typing import TypedDict, Callable, cast