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