class MemoryContext: playfieldItems = {} playfieldSize = 0 selectedItems = [] def memory_createEmptyContext(): return MemoryContext()