chore: исправил обращение к пакету
This commit is contained in:
@ -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 dataclasses import dataclass
|
||||||
from typing import TypedDict, Callable, cast
|
from typing import TypedDict, Callable, cast
|
||||||
|
|||||||
Reference in New Issue
Block a user