chore: исправил обращение к пакету

This commit is contained in:
ElectronixTM
2025-03-31 12:33:22 +03:00
parent 5962a73341
commit e56ff2d847

View File

@ -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