from typing import List class Result: ... class MemoryInstance: data: bytearray class Store: memory_list: List[MemoryInstance]