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